[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 1 / Moya-ModelMapper / 4.0.0-beta.3 / Moya-ModelMapper.podspec.json
blobe32670435405c4a7d3481594808edf95db227332
2   "name": "Moya-ModelMapper",
3   "version": "4.0.0-beta.3",
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.3"
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   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Source/*.swift",
26       "dependencies": {
27         "Moya": [
28           "8.0.0-beta.4"
29         ],
30         "ModelMapper": [
31           "5.0.0"
32         ]
33       },
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "Source/RxSwift/*.swift",
39       "dependencies": {
40         "Moya/RxSwift": [
41           "8.0.0-beta.4"
42         ],
43         "Moya-ModelMapper/Core": [
45         ],
46         "RxSwift": [
47           "~> 3.0.0"
48         ]
49       }
50     },
51     {
52       "name": "ReactiveCocoa",
53       "source_files": "Source/ReactiveCocoa/*.swift",
54       "dependencies": {
55         "Moya/ReactiveCocoa": [
56           "8.0.0-beta.4"
57         ],
58         "Moya-ModelMapper/Core": [
60         ],
61         "ReactiveSwift": [
62           "1.0.0-alpha.3"
63         ]
64       }
65     }
66   ]