Telefon 0.1.2

Telefon 0.1.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Seyfeddin Bassarac.



Telefon 0.1.2

Telefon

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

Telefon is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Telefon"

Usage

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

Author

seyfoyun, [email protected]

License

Telefon is available under the MIT license. See the LICENSE file for more info.