[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / 1 / Moya-ModelMapper / 1.1.1 / Moya-ModelMapper.podspec.json
blob3137981a4a636ed0924b78da09d52279d1fc17f8
2   "name": "Moya-ModelMapper",
3   "version": "1.1.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": "1.1.1"
14   },
15   "social_media_url": "https://twitter.com/thesunshinejr",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Source/*.swift",
25       "dependencies": {
26         "Moya": [
27           "~> 6.1.3"
28         ],
29         "ModelMapper": [
30           "~> 1.0.0"
31         ]
32       },
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "RxSwift",
37       "source_files": "Source/RxSwift/*.swift",
38       "dependencies": {
39         "Moya/RxSwift": [
40           "~> 6.1.3"
41         ],
42         "Moya-ModelMapper/Core": [
44         ],
45         "RxSwift": [
46           "~> 2.0.0"
47         ]
48       }
49     },
50     {
51       "name": "ReactiveCocoa",
52       "source_files": "Source/ReactiveCocoa/*.swift",
53       "dependencies": {
54         "Moya/ReactiveCocoa": [
55           "~> 6.1.3"
56         ],
57         "Moya-ModelMapper/Core": [
59         ],
60         "ReactiveCocoa": [
61           "~> 4.0.0"
62         ]
63       }
64     }
65   ]