blob: 4283fc5227d936ad2f03a67a94f73f26ee86c4c5 [file] [log] [blame]
{
"name": "SANetworkTester",
"version": "0.2.1",
"summary": "Quick and Easy way to check for active network connection using Blocks or Delegate",
"description": " Test network using ping test such as Google DNS(8.8.8.8), Apple or any IP Address of your choice. Built on top of key Apple frameworks, Support ARC and iOS 6/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.2.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/Source",
"frameworks": [
"CFNetwork",
"MobileCoreServices",
"SystemConfiguration"
]
}