[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 1 / 3 / GDHNetwork / 1.0.4 / GDHNetwork.podspec.json
blob58014015cf0f62f2c8f7cf8a6c0408e086843eb5
2   "name": "GDHNetwork",
3   "version": "1.0.4",
4   "summary": "GDHNetwork is a high level request util based on AFNetworking.",
5   "description": "此网络二次开发是基于AFNetworking3.0以上版本封装的网络层,使用常见的block、代理及SEL方式进行回调数据,提供常用的GET/POST接口、上传下载图片、文件接口、支持缓存等,增加无网络时提示框提醒,还增加了网络监听,MBProgressHUD菊花等",
6   "homepage": "https://github.com/gdhGaoFei/GDHNetwork",
7   "license": "MIT",
8   "authors": {
9     "_GaoFei": "gdhgaofei@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/gdhGaoFei/GDHNetwork.git",
16     "tag": "1.0.4"
17   },
18   "source_files": [
19     "GDHNetwork",
20     "*.{h,m}"
21   ],
22   "resources": "GDHNetwork/images/*.png",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.1.0"
27     ],
28     "MBProgressHUD": [
29       "~> 1.0.0"
30     ]
31   }