[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 3 / SANetworkTester / 0.2.2 / SANetworkTester.podspec.json
blobec1fc8e8801670169bfaf71a9dec466d93387b50
2   "name": "SANetworkTester",
3   "version": "0.2.2",
4   "summary": "Quick and Easy way to check for active network connection using Blocks or Delegate",
5   "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",
6   "homepage": "https://github.com/shams-ahmed/SANetworkTester",
7   "license": "MIT",
8   "authors": {
9     "shams-ahmed": "Shams Ahmed"
10   },
11   "source": {
12     "git": "https://github.com/shams-ahmed/SANetworkTester.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/Source",
20   "frameworks": [
21     "CFNetwork",
22     "MobileCoreServices",
23     "SystemConfiguration"
24   ]