[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / e / XCNetworking / 0.0.1 / XCNetworking.podspec.json
blob7e83bbceb3943378fa1255a84804e5b2abb9e706
2   "name": "XCNetworking",
3   "version": "0.0.1",
4   "summary": "基于 AFN 二次封装的网络请求工具类,包涵常用的 POST,GET,图片上传,下载请求",
5   "description": "XCNetworking 是基于 AFN 二次封装的网络请求工具类,包涵常用的 POST,GET,图片上传,下载请求",
6   "homepage": "https://github.com/fanxiaocong/XCNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fanxiaocong": "1016697223@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fanxiaocong/XCNetworking.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "XCNetworking/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ],
26     "XCMacros": [
27       "~> 1.0.2"
28     ]
29   }