[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 1 / d / XCNetwork / 1.0.5 / XCNetwork.podspec.json
blobd1a25601ea8502f08220365c7be457e4fe443990
2   "name": "XCNetwork",
3   "version": "1.0.5",
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.5"
17   },
18   "source_files": "XCNetwork",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1.0"
23     ]
24   }