[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / e / MoyaModelMapper / 1.0.1 / MoyaModelMapper.podspec.json
blobb0aa0333471d159115f616d78dabe25efba5ceb9
2   "name": "MoyaModelMapper",
3   "version": "1.0.1",
4   "summary": "ModelMapper bindings for Moya. Includes RxSwift and ReactiveSwift bindings as well.",
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 [ReactiveSwift](https://github.com/ReactiveCocoa/ReactiveSwift) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/gperdomor/MoyaModelMapper).",
6   "homepage": "https://github.com/gperdomor/MoyaModelMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gustavo Perdomo": "gperdomor@gmail.com"
13   },
14   "social_media_url": "",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.12",
18     "watchos": "3.1",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/gperdomor/MoyaModelMapper.git",
23     "tag": "1.0.1"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/MoyaModelMapper/*.swift",
32       "dependencies": {
33         "Moya": [
34           "~> 8.0"
35         ],
36         "ModelMapper": [
37           "~> 6.0"
38         ]
39       },
40       "frameworks": "Foundation"
41     },
42     {
43       "name": "RxSwift",
44       "source_files": "Sources/RxMoyaModelMapper/*.swift",
45       "dependencies": {
46         "MoyaModelMapper/Core": [
48         ],
49         "Moya/RxSwift": [
51         ],
52         "RxSwift": [
53           "~> 3.2"
54         ]
55       }
56     },
57     {
58       "name": "ReactiveSwift",
59       "source_files": "Sources/ReactiveMoyaModelMapper/*.swift",
60       "dependencies": {
61         "MoyaModelMapper/Core": [
63         ],
64         "Moya/ReactiveCocoa": [
66         ],
67         "ReactiveSwift": [
68           "~> 1.0"
69         ]
70       }
71     }
72   ]