[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 9 / d / 1 / Moya-ModelMapper / 7.1.0 / Moya-ModelMapper.podspec.json
blob187f77f15521c536ab3a72b00fb77137345e29aa
2   "name": "Moya-ModelMapper",
3   "version": "7.1.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": "7.1.0"
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   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Moya-ModelMapper/*.swift",
28       "dependencies": {
29         "Moya": [
30           "~> 11.0"
31         ],
32         "ModelMapper": [
34         ]
35       },
36       "frameworks": "Foundation"
37     },
38     {
39       "name": "RxSwift",
40       "source_files": "Sources/RxMoya-ModelMapper/*.swift",
41       "dependencies": {
42         "Moya/RxSwift": [
43           "~> 11.0"
44         ],
45         "Moya-ModelMapper/Core": [
47         ],
48         "RxSwift": [
50         ]
51       }
52     },
53     {
54       "name": "ReactiveSwift",
55       "source_files": "Sources/ReactiveMoya-ModelMapper/*.swift",
56       "dependencies": {
57         "Moya/ReactiveSwift": [
58           "~> 11.0"
59         ],
60         "Moya-ModelMapper/Core": [
62         ],
63         "ReactiveSwift": [
65         ]
66       }
67     }
68   ]