[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / d / 1 / HJNetwork / 1.1.2 / HJNetwork.podspec.json
blob9d5c63e340656834e65295d9aa9de8d0047370b9
2   "name": "HJNetwork",
3   "version": "1.1.2",
4   "summary": "A short description of HJNetwork.",
5   "description": "HJNetwork对AFHTTPSessionManager进行二次封装,包括网络请求,文件上传,文件下载这三个方法。并且支持RESTful API GET,POST,HEAD,PUT,DELETE,PATCH的请求。同时使用YYCache做了强大的缓存策略。",
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.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HJNetwork/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "YYCache": [
28     ]
29   }