[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / f / WBHTTPService / 0.0.1 / WBHTTPService.podspec.json
blobac5e94a77c959895eb7e2736851b98dad8f9e89f
2   "name": "WBHTTPService",
3   "version": "0.0.1",
4   "summary": "HTTP请求封装",
5   "description": "对Moya的二次封装",
6   "homepage": "https://github.com/WBearJ/WBHTTPService",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WBearJ": "karuasha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/WBearJ/WBHTTPService.git",
16     "tag": "0.0.1"
17   },
18   "swift_versions": "5.2",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "WBHTTPService/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "6.5.0"
26     ],
27     "RxCocoa": [
28       "6.5.0"
29     ],
30     "Moya/RxSwift": [
31       "~> 15.0"
32     ],
33     "HandyJSON": [
34       "~>5.0.2"
35     ]
36   },
37   "swift_version": "5.2"