[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 1 / Moya-ModelMapper / 4.0.0-beta.2 / Moya-ModelMapper.podspec.json
blob4eb4db28415c241fa9fd8d1aa054725a5e99adc1
2   "name": "Moya-ModelMapper",
3   "version": "4.0.0-beta.2",
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": "4.0.0-beta.2"
14   },
15   "social_media_url": "https://twitter.com/thesunshinejr",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Source/*.swift",
25       "dependencies": {
26         "Moya": [
27           "8.0.0-beta.3"
28         ],
29         "ModelMapper": [
30           "5.0.0"
31         ]
32       },
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "RxSwift",
37       "source_files": "Source/RxSwift/*.swift",
38       "dependencies": {
39         "Moya/RxSwift": [
40           "8.0.0-beta.3"
41         ],
42         "Moya-ModelMapper/Core": [
44         ],
45         "RxSwift": [
46           "3.0.0-rc.1"
47         ]
48       }
49     },
50     {
51       "name": "ReactiveCocoa",
52       "source_files": "Source/ReactiveCocoa/*.swift",
53       "dependencies": {
54         "Moya/ReactiveCocoa": [
55           "8.0.0-beta.3"
56         ],
57         "Moya-ModelMapper/Core": [
59         ],
60         "ReactiveSwift": [
61           "1.0.0-alpha.3"
62         ]
63       }
64     }
65   ]