[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 6 / 2 / b / Moya-JASONMapper / 2.1.0 / Moya-JASONMapper.podspec.json
blob031019533f55fd41f169cf866328c43f2d079d1d
2   "name": "Moya-JASONMapper",
3   "version": "2.1.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.1.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-beta.5"
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": [
49           "8.0.0-beta.5"
50         ],
51         "RxSwift": [
52           "~>3.0.0"
53         ],
54         "RxCocoa": [
55           "~> 3.0.0"
56         ]
57       }
58     },
59     {
60       "name": "ReactiveCocoa",
61       "source_files": "Source/ReactiveCocoa/*.swift",
62       "dependencies": {
63         "Moya/ReactiveCocoa": [
65         ],
66         "Moya-JASONMapper/Core": [
68         ],
69         "ReactiveSwift": [
70           "1.0.0-alpha.3"
71         ]
72       }
73     }
74   ]