[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 1 / 8 / DZHTTPRequest / 1.0.3 / DZHTTPRequest.podspec.json
blobf463234584135e6e7a2791fbc5ae32352cd6a2d0
2   "name": "DZHTTPRequest",
3   "version": "1.0.3",
4   "summary": "网络请求私有库",
5   "homepage": "https://github.com/hatjs880328/DZHTTPRequest",
6   "license": "MIT",
7   "authors": {
8     "mrshan": "451145552@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/hatjs880328/DZHTTPRequest.git",
12     "tag": "1.0.3"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "HTTPRequest/*",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "dependencies": {
24     "Alamofire": [
25       "3.1.5"
26     ],
27     "SnapKit": [
28       "0.19.1"
29     ],
30     "RealReachability": [
31       "1.1.7"
32     ]
33   }