[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / 4 / 1 / MoyaMapper / 2.0.0 / MoyaMapper.podspec.json
bloba884d56bf84dd2afe16d58d512cfe0b26dbc45a5
2   "name": "MoyaMapper",
3   "version": "2.0.0",
4   "summary": "基于Moya+SwiftyJSON,使解析Response更加方便",
5   "description": "MoyaMapper可以更加方便的解析Response,提供RxSwift拓展",
6   "homepage": "https://github.com/LinXunFeng/MoyaMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LinXunFeng": "598600855@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/LinXunFeng/MoyaMapper.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "MoyaMapper/Classes/Core/**/*",
27       "dependencies": {
28         "Moya": [
29           ">= 11.0.0"
30         ],
31         "SwiftyJSON": [
33         ]
34       }
35     },
36     {
37       "name": "MMCache",
38       "source_files": "MoyaMapper/Classes/MMCache/**/*",
39       "dependencies": {
40         "MoyaMapper/Core": [
42         ],
43         "Cache": [
45         ]
46       }
47     },
48     {
49       "name": "Rx",
50       "source_files": "MoyaMapper/Classes/Rx/**/*",
51       "dependencies": {
52         "MoyaMapper/Core": [
54         ],
55         "Moya/RxSwift": [
56           ">= 11.0.0"
57         ],
58         "RxSwift": [
60         ]
61       }
62     },
63     {
64       "name": "RxCache",
65       "source_files": "MoyaMapper/Classes/RxCache/**/*",
66       "dependencies": {
67         "MoyaMapper/Rx": [
69         ],
70         "MoyaMapper/MMCache": [
72         ]
73       }
74     }
75   ],
76   "swift_version": "5.0"