[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / f / a / HNBNetWork / 0.0.2 / HNBNetWork.podspec.json
blob1868eb3e2a9afe0b9ba910166efe80aba74d5cac
2   "name": "HNBNetWork",
3   "version": "0.0.2",
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.2"
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   }