[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 2 / b / Moya-JASONMapper / 2.2.0 / Moya-JASONMapper.podspec.json
blob0e4f5c25606262dc36379ae4f9c278793f6ed037
2   "name": "Moya-JASONMapper",
3   "version": "2.2.0",
4   "summary": "Map objects through JASON in combination with Moya",
5   "description": "[JASON](https://github.com/delba/JASON) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift/) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/AvdLee/Moya-JASONMapper).",
6   "homepage": "https://github.com/AvdLee/Moya-JASONMapper",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Antoine van der Lee": "a.vanderlee@triple-it.nl"
13   },
14   "source": {
15     "git": "https://github.com/AvdLee/Moya-JASONMapper.git",
16     "tag": "2.2.0"
17   },
18   "social_media_url": "https://twitter.com/twannl",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/*.swift",
31       "dependencies": {
32         "Moya": [
33           "~> 8.0.0"
34         ],
35         "JASON": [
37         ]
38       },
39       "frameworks": "Foundation"
40     },
41     {
42       "name": "RxSwift",
43       "source_files": "Source/RxSwift/*.swift",
44       "dependencies": {
45         "Moya-JASONMapper/Core": [
47         ],
48         "Moya/RxSwift": [
50         ],
51         "RxSwift": [
52           "~>3.1.0"
53         ]
54       }
55     },
56     {
57       "name": "ReactiveSwift",
58       "source_files": "Source/ReactiveSwift/*.swift",
59       "dependencies": {
60         "Moya/ReactiveSwift": [
62         ],
63         "Moya-JASONMapper/Core": [
65         ],
66         "ReactiveSwift": [
68         ]
69       }
70     }
71   ]