[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / f / a / HNBNetWork / 0.0.3 / HNBNetWork.podspec.json
blob940981d64d7a4673be0a1658bb5269b60c034bcd
2   "name": "HNBNetWork",
3   "version": "0.0.3",
4   "summary": "HNBNetWork is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/ByronChengChen/HNBNetWork",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "chengkang": "chengkang@rongzi.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/ByronChengChen/HNBNetWork.git",
18     "tag": "0.0.3"
19   },
20   "source_files": [
21     "HNBNetWork",
22     "HNBNetWork/**/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "dependencies": {
26     "AFNetworking": [
27       "3.1.0"
28     ]
29   }