[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 7 / 5 / d / ZTNetwork / 1.0.7 / ZTNetwork.podspec.json
blobf89044c6a219f59f9e3c63dd637472dab21323a6
2   "name": "ZTNetwork",
3   "version": "1.0.7",
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.7"
26   },
27   "requires_arc": true