[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 1 / 8 / DZHTTPRequest / 1.0.1 / DZHTTPRequest.podspec.json
blob78e87e5ccd1d28572eac3aacc8aea8e20a60eb1c
2   "name": "DZHTTPRequest",
3   "version": "1.0.1",
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.1"
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   }