[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / a / KBHTTP / 1.0-rc2 / KBHTTP.podspec.json
blob8d624958c1dda4bc1834bbb4133952736180661d
2   "name": "KBHTTP",
3   "version": "1.0-rc2",
4   "summary": "以接口的维度来封装请求",
5   "description": "以接口的维度来封装请求,以便使用和维护",
6   "homepage": "https://github.com/kuibu-team/KBHTTP.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "swift_versions": "5.5",
15   "authors": {
16     "DancewithPeng": "dancewithpeng@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/kuibu-team/KBHTTP.git",
20     "tag": "1.0-rc2"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "KBHTTP/Sources/Core/*.{swift}"
27     },
28     {
29       "name": "Dump",
30       "source_files": "KBHTTP/Sources/Extensions/Dump/*.{swift}"
31     },
32     {
33       "name": "Alamofire",
34       "source_files": "KBHTTP/Sources/Extensions/Alamofire/*.{swift}",
35       "dependencies": {
36         "KBHTTP/Core": [
38         ],
39         "KBHTTP/Dump": [
41         ],
42         "Alamofire": [
43           "~> 5.4.0"
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.5"