[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 8 / 4 / 5 / AutoNet / 1.0.0 / AutoNet.podspec.json
blobf097b5f70818546262ff2fb4be64aacc0771c888
2   "name": "AutoNet",
3   "version": "1.0.0",
4   "summary": "A simple net library of ios.",
5   "description": "A simple net library of ios, It's simple, easy to use and convenient",
6   "homepage": "https://github.com/xiaoxige/AutoNet-Ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaoxige": "xiaoxigexiaoan@outlook.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/xiaoxige/AutoNet-Ios.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "AutoNet/**/*",
22   "requires_arc": true,
23   "dependencies": {
24     "HandyJSON": [
25       "~> 4.2.0"
26     ],
27     "RxSwift": [
28       "~> 4.0"
29     ],
30     "RxCocoa": [
31       "~> 4.0"
32     ]
33   }