[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 1 / Moya-ModelMapper / 6.0.0-beta.1 / Moya-ModelMapper.podspec.json
blob3d3da309ff110d81b342e3f511f9884075ae3171
2   "name": "Moya-ModelMapper",
3   "version": "6.0.0-beta.1",
4   "summary": "ModelMapper bindings for Moya.",
5   "description": "[ModelMapper](https://github.com/lyft/mapper) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift/) and [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/sunshinejr/Moya-ModelMapper).",
6   "homepage": "https://github.com/sunshinejr/Moya-ModelMapper",
7   "license": "MIT",
8   "authors": {
9     "Łukasz Mróz": "thesunshinejr@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sunshinejr/Moya-ModelMapper.git",
13     "tag": "6.0.0-beta.1"
14   },
15   "social_media_url": "https://twitter.com/thesunshinejr",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "pushed_with_swift_version": "3.1",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Moya-ModelMapper/*.swift",
29       "dependencies": {
30         "Moya": [
31           "10.0.0-beta.1"
32         ],
33         "ModelMapper": [
35         ]
36       },
37       "frameworks": "Foundation"
38     },
39     {
40       "name": "RxSwift",
41       "source_files": "Sources/RxMoya-ModelMapper/*.swift",
42       "dependencies": {
43         "Moya/RxSwift": [
44           "10.0.0-beta.1"
45         ],
46         "Moya-ModelMapper/Core": [
48         ],
49         "RxSwift": [
51         ]
52       }
53     },
54     {
55       "name": "ReactiveCocoa",
56       "dependencies": {
57         "Moya-ModelMapper/ReactiveSwift": [
59         ]
60       }
61     },
62     {
63       "name": "ReactiveSwift",
64       "source_files": "Sources/ReactiveMoya-ModelMapper/*.swift",
65       "dependencies": {
66         "Moya/ReactiveCocoa": [
67           "10.0.0-beta.1"
68         ],
69         "Moya-ModelMapper/Core": [
71         ],
72         "ReactiveSwift": [
74         ]
75       }
76     }
77   ]