[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 1 / Moya-ModelMapper / 10.0.0 / Moya-ModelMapper.podspec.json
blob15a123be0ce937dab8acff1d36db1aa8b587d1b7
2   "name": "Moya-ModelMapper",
3   "version": "10.0.0",
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"
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   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Moya-ModelMapper/*.swift",
30       "dependencies": {
31         "Moya": [
32           "~> 14.0"
33         ],
34         "ModelMapper": [
35           "~> 10.0"
36         ]
37       },
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "Sources/RxMoya-ModelMapper/*.swift",
43       "dependencies": {
44         "Moya/RxSwift": [
45           "~> 14.0"
46         ],
47         "Moya-ModelMapper/Core": [
49         ],
50         "RxSwift": [
52         ]
53       }
54     },
55     {
56       "name": "ReactiveSwift",
57       "source_files": "Sources/ReactiveMoya-ModelMapper/*.swift",
58       "dependencies": {
59         "Moya/ReactiveSwift": [
60           "~> 14.0"
61         ],
62         "Moya-ModelMapper/Core": [
64         ],
65         "ReactiveSwift": [
67         ]
68       }
69     }
70   ],
71   "swift_version": "5.0"