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