blob: 7744003f125d1e487da8fcd4873373ba6c14226a [file] [log] [blame]
{
"name": "GTNetInfo",
"version": "0.3.0",
"summary": "GTNetInfo provides a fast way to check your connection type.",
"description": "Use GTNetInfo to know if you're connected, what's the SSID of WiFi network or the type of cellular connection.",
"homepage": "https://github.com/neobeppe/GTNetInfo",
"license": "MIT",
"authors": {
"Giuseppe Travasoni": "giuseppe.travasoni@gmail.com"
},
"source": {
"git": "https://github.com/neobeppe/GTNetInfo.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/neobeppe",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GTNetInfo": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"dependencies": {
"Reachability": [
]
}
}