To run the example project, clone the repo, and run pod install
from the Example directory first.
Telefon is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Telefon"
To get SIM info:
let sim = SIM()
then you can get Carrier Name, Country, Code and Network information through computed properties
To get Wifi info:
Wifi.connectedSSID // Gives SSID info
Wifi.connectedBSSID // Gives BSSID Info
This pod also includes SwiftReachability library to determine the connection quality
seyfoyun, [email protected]
Telefon is available under the MIT license. See the LICENSE file for more info.