[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / 6 / CleanRequest / 1.0.0 / CleanRequest.podspec.json
blob86f4176f68765ab2298c9ec2432eb79e5c4794b3
2   "name": "CleanRequest",
3   "version": "1.0.0",
4   "summary": "Network based on Moya",
5   "homepage": "https://github.com/wangcy90/CleanRequest",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "WangChongyang": "chongyangfly@163.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/wangcy90/CleanRequest.git",
18     "tag": "1.0.0"
19   },
20   "default_subspecs": "Core",
21   "swift_versions": "5.0",
22   "cocoapods_version": ">= 1.7.4",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "CleanRequest/Core/",
28       "dependencies": {
29         "Moya": [
30           "~> 13.0.1"
31         ],
32         "HandyJSON": [
33           "~> 5.0.0"
34         ],
35         "SwiftyJSON": [
36           "~> 5.0.0"
37         ]
38       }
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "CleanRequest/RxCleanRequest/",
43       "dependencies": {
44         "CleanRequest/Core": [
46         ],
47         "Moya/RxSwift": [
49         ]
50       }
51     }
52   ]