blob: 74cdb4290202b753fdaf7e13ecf491be335c45a3 [file] [log] [blame]
{
"name": "NetworkState",
"version": "0.0.2",
"summary": "A very easy way to determine NetworkState",
"description": "A simple way to determine the NetworkState for your application.\nNetworkState.isConnectedToNetwork() will return a bool and you are on your way.",
"homepage": "https://github.com/garethpaul/NetworkState",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gareth Jones": "gareth@garethpaul.com"
},
"social_media_url": "http://twitter.com/gpj",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/garethpaul/NetworkState.git",
"tag": "0.0.2"
},
"source_files": "NetworkState/*.{swift}",
"frameworks": "SystemConfiguration"
}