blob: 65c034ed9505394e1600c706fc5d1d36bc28c685 [file] [log] [blame]
{
"name": "Telefon",
"version": "0.1.1",
"summary": "A Swift library to get SIM, Carrier, Phone Info",
"description": "Telefon is a small library that gives info about an iPhone's current carrier, SIM info, Wifi Network Info and Reachability Status.",
"homepage": "https://github.com/seyfeddin/Telefon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seyfoyun": "seyfeddin@wearethread.co"
},
"source": {
"git": "https://github.com/seyfeddin/Telefon.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/seyfoyun",
"platforms": {
"ios": "9.0"
},
"source_files": "Telefon/Classes/**/*",
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"dependencies": {
"ReachabilitySwift": [
"3"
]
},
"pushed_with_swift_version": "3.0"
}