[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / d / 1 / HJNetwork / 1.0.8 / HJNetwork.podspec.json
blobf5f6eb0ca0800328506d4a6567648f6b1b036863
2   "name": "HJNetwork",
3   "version": "1.0.8",
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.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HJNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "YYCache": [
28     ]
29   }