blob: 9208785461beb57502b0799518b9158eab1110b7 [file] [log] [blame]
{
"name": "SANetworkTester",
"version": "0.1.0",
"summary": "Quick and Easy way to check for active network connection using Blocks or Delegate on iOS devices",
"description": " Test network connection using ping test such as Google DNS, Apple or any IP Address. Built on top of key Apple frameworks, Support ARC and iOS 6 and 7.\n",
"homepage": "https://github.com/shams-ahmed/SANetworkTester",
"license": "MIT",
"authors": {
"shams-ahmed": "Shams Ahmed"
},
"source": {
"git": "https://github.com/shams-ahmed/SANetworkTester.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/Source",
"frameworks": [
"CFNetwork",
"MobileCoreServices"
]
}