[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 0 / 1 / AYINetwork / 0.1.0 / AYINetwork.podspec.json
blob8861462a81dbb847cf40079017e9264dc01d97f6
2   "name": "AYINetwork",
3   "version": "0.1.0",
4   "summary": "基于Alamofire的网路库",
5   "description": "基于Alamofire的网路库,采用分散式的网络请求",
6   "homepage": "https://github.com/aaayia/AYINetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aaayia": "twilightzzy@126.com"
13   },
14   "source": {
15     "git": "https://github.com/aaayia/AYINetwork.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "AYINetwork/Classes/**/*",
22   "swift_version": "3.2",
23   "dependencies": {
24     "Alamofire": [
26     ],
27     "SwiftyJSON": [
28       "~> 3.1.4"
29     ]
30   }