[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 4 / b / c / GDHNetworking / 2.0.0 / GDHNetworking.podspec.json
blob980c651cd6391cfd5f3e9cfc764dab5bf4051230
2   "name": "GDHNetworking",
3   "version": "2.0.0",
4   "summary": "GDHNetworking is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/gdhGaoFei/GDHNetworking",
6   "license": "MIT",
7   "authors": {
8     "高得华": "gdhgaofei@163.com"
9   },
10   "source": {
11     "git": "https://github.com/gdhGaoFei/GDHNetworking.git",
12     "tag": "2.0.0"
13   },
14   "source_files": [
15     "GDHNetworking",
16     "*.{h,m}"
17   ],
18   "requires_arc": true,
19   "resources": "GDHNetworking/images/*.png",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "frameworks": "CFNetwork",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.1.0"
27     ],
28     "MBProgressHUD": [
29       "~> 0.9.2"
30     ],
31     "XMLDictionary": [
32       "~> 1.4.1"
33     ]
34   }