[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / d / 1 / HJNetwork / 1.0.7 / HJNetwork.podspec.json
blob325503da30a19f1513c40116528a8325f0239fff
2   "name": "HJNetwork",
3   "version": "1.0.7",
4   "summary": "A short description of HJNetwork.",
5   "description": "基于 AFNetworking + YYCache 的二次封装,支持RESTful API,缓存策略的网络请求框架。",
6   "homepage": "https://github.com/JohnnyHooo/HJNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Johnny": "hujin123@vip.qq.com"
13   },
14   "source": {
15     "git": "https://github.com/JohnnyHooo/HJNetwork.git",
16     "tag": "1.0.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HJNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "YYCache": [
28     ]
29   }