[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 1 / Moya-ModelMapper / 10.0.0-beta.1 / Moya-ModelMapper.podspec.json
blobaf64edc9bd0b3e20bd280d95a5594649aafd511a
2   "name": "Moya-ModelMapper",
3   "version": "10.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": "10.0.0-beta.1"
14   },
15   "social_media_url": "https://twitter.com/thesunshinejr",
16   "platforms": {
17     "ios": "10.0",
18     "osx": "10.12",
19     "watchos": "3.0",
20     "tvos": "10.0"
21   },
22   "swift_versions": "5.0",
23   "cocoapods_version": ">= 1.4.0",
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Moya-ModelMapper/*.swift",
31       "dependencies": {
32         "Moya": [
33           "14.0.0-beta.4"
34         ],
35         "ModelMapper": [
36           "~> 10.0"
37         ]
38       },
39       "frameworks": "Foundation"
40     },
41     {
42       "name": "RxSwift",
43       "source_files": "Sources/RxMoya-ModelMapper/*.swift",
44       "dependencies": {
45         "Moya/RxSwift": [
46           "14.0.0-beta.4"
47         ],
48         "Moya-ModelMapper/Core": [
50         ],
51         "RxSwift": [
53         ]
54       }
55     },
56     {
57       "name": "ReactiveSwift",
58       "source_files": "Sources/ReactiveMoya-ModelMapper/*.swift",
59       "dependencies": {
60         "Moya/ReactiveSwift": [
61           "14.0.0-beta.4"
62         ],
63         "Moya-ModelMapper/Core": [
65         ],
66         "ReactiveSwift": [
68         ]
69       }
70     }
71   ]