[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 5 / d / ZTNetwork / 1.0.1 / ZTNetwork.podspec.json
blob2ad980eb3d9ac7bada3238ced5136ff77087b79c
2   "name": "ZTNetwork",
3   "version": "1.0.1",
4   "summary": "使用AFNetwork进行网络访问.",
5   "source_files": [
6     "ZTNetwork/NetworkLib",
7     "ZTNetwork/**/*.{h,m}"
8   ],
9   "description": "使用AFNetwork进行网络访问的独立网络库",
10   "homepage": "https://gitee.com/zengwu/",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "zengwu": "63660451@qq.com"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.2.1"
24     ]
25   },
26   "source": {
27     "git": "https://github.com/ernest808/ZTNetwork",
28     "tag": "1.0.1"
29   },
30   "requires_arc": true