blob: cdf31df7e24ad0d741d7b683729a8d3686e0396c [file] [log] [blame]
{
"name": "GTNetInfo",
"version": "0.1.2",
"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.\n",
"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.1.2"
},
"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": [
]
}
}