[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / 4 / 1 / MoyaMapper / 0.1.2 / MoyaMapper.podspec.json
blobcb7b1b3b0a2bdbdda12863c92072bf69db2a2d0d
2   "name": "MoyaMapper",
3   "version": "0.1.2",
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": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "MoyaMapper/Classes/Core",
26       "dependencies": {
27         "Moya": [
28           ">= 11.0.0"
29         ],
30         "SwiftyJSON": [
32         ]
33       }
34     },
35     {
36       "name": "Rx",
37       "source_files": "MoyaMapper/Classes/Rx",
38       "dependencies": {
39         "MoyaMapper/Core": [
41         ],
42         "Moya/RxSwift": [
43           ">= 11.0.0"
44         ],
45         "RxSwift": [
47         ]
48       }
49     }
50   ]