[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 1 / 8 / JGNetwork / 0.1.0 / JGNetwork.podspec.json
blobccfaa55f1534b345826811fddb362839fca920b2
2   "name": "JGNetwork",
3   "version": "0.1.0",
4   "summary": "JGNetwork是一个基于AFNetworking二次封装的基础库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/VijayMay/JGNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mwj": "314002301@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/VijayMay/JGNetwork.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "JGNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 4.0"
25     ]
26   }