[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / f / a / HNBNetWork / 0.0.7 / HNBNetWork.podspec.json
blob410fc0b3c24ba42e58cc87d38d3e3825bdca3c50
2   "name": "HNBNetWork",
3   "version": "0.0.7",
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_boy@163.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/ByronChengChen/HNBNetWork.git",
18     "tag": "0.0.7"
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   }