[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 4 / 0 / ZWNetwork / 0.0.1 / ZWNetwork.podspec.json
blobb8c58bd4cfbc95aafa904eb3b8511522317c8796
2   "name": "ZWNetwork",
3   "version": "0.0.1",
4   "summary": "常用网络检测方法;appstore升级版本检测.",
5   "description": "TODO:常用网络检测方法;appstore升级版本检测.",
6   "homepage": "https://github.com/EadkennyChan/ZWUtilityKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Eadkennychan": "Eadkennychan@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/EadkennyChan/ZWUtilityKit.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://github.com/EadkennyChan",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "6.0"
22   },
23   "source_files": "Network/*.{h,m}",
24   "dependencies": {
25     "Reachability": [
26       "~> 3.2"
27     ],
28     "JSONKit-ZW": [
29       "~>2.0.4"
30     ]
31   },
32   "xcconfig": {
33     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
34   },
35   "frameworks": [
36     "SystemConfiguration",
37     "Security",
38     "CoreLocation",
39     "QuartzCore",
40     "CFNetwork",
41     "MessageUI"
42   ]