/Telefon

A Swift library to get SIM, Carrier, Phone Info

Primary LanguageSwiftMIT LicenseMIT

Telefon

CI Status Version License Platform

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, seyfeddin@wearethread.co

License

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