[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / b / c / GDHNetworking / 1.0.1 / GDHNetworking.podspec.json
blobbd15aa60b7e9305eba07b9e3c2de4f2d445aedb7
2   "name": "GDHNetworking",
3   "version": "1.0.1",
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     "_GaoFei": "gdhgaofei@163.com"
9   },
10   "source": {
11     "git": "https://github.com/gdhGaoFei/GDHNetworking.git",
12     "tag": "1.0.1"
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": [
33     ]
34   }