[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 9 / 0 / JJNetWorking / 1.0.0 / JJNetWorking.podspec.json
blob57ca3cd35ef0a642b70a2c69d9f5f2fcbdeb858f
2   "name": "JJNetWorking",
3   "version": "1.0.0",
4   "summary": "简单的网络框架",
5   "description": "基于AFNetworking 3.x 最新版本的封装,集成了get/post 方法请求数据,单图/多图上传,视频上传/下载,网络监测 等多种网络请求方式 网络请求错误的时候,假如请求设置了缓存, 就可以返回缓存数据,并返回错误信息",
6   "homepage": "https://github.com/songjie1314/JJNetWorking",
7   "license": "MIT",
8   "authors": {
9     "阿杰": "email@address.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/songjie1314/JJNetWorking.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "JJNetWorking/JJNetWorking/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
22     ],
23     "YYCache": [
25     ]
26   },
27   "requires_arc": true