[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / d / XCNetwork / 1.0.7 / XCNetwork.podspec.json
blob7346b69f66432a0830e04dbd38b1f996d2275942
2   "name": "XCNetwork",
3   "version": "1.0.7",
4   "summary": "XCNetwork",
5   "description": "XCNetwork 基于 AFN 二次封装的网络请求工具类,包涵常用的 POST,GET,图片上传,下载请求",
6   "homepage": "https://github.com/fanxiaocong/XCNetwork",
7   "license": "MIT",
8   "authors": {
9     "樊小聪": "1016697223@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/fanxiaocong/XCNetwork.git",
16     "tag": "1.0.7"
17   },
18   "source_files": "XCNetwork",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1.0"
23     ]
24   }