[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 4 / f / HTTPKit.swift / 2.0.0 / HTTPKit.swift.podspec.json
blob7eb2a7e3743116f5b573a690e213cf75023edec8
2   "name": "HTTPKit.swift",
3   "module_name": "HTTPKit",
4   "version": "2.0.0",
5   "summary": "A network layer base on Alamofire.",
6   "swift_versions": "5.1",
7   "description": "A network layer base on Alamofire.\n1. support HandyJSON decode Data\n2. support SwiftyJSON decode Data\n3. support RxSwift",
8   "homepage": "https://github.com/zevwings/HTTPKit",
9   "license": "Apache",
10   "authors": {
11     "zevwings": "zev.wings@gmail.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/zevwings/HTTPKit.git",
18     "tag": "2.0.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "HTTPKit/HTTPKit.h",
27         "HTTPKit/**/*.swift"
28       ],
29       "dependencies": {
30         "Alamofire": [
32         ]
33       }
34     },
35     {
36       "name": "RxSwift",
37       "source_files": [
38         "RxSupport/RxSupport.h",
39         "RxSupport/**/*.swift"
40       ],
41       "dependencies": {
42         "HTTPKit.swift/Core": [
44         ],
45         "RxSwift": [
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.1"