[Add] RDLiquidSpreadButton 1.0
[CocoaPods.git] / Specs / 7 / 4 / 9 / Moya-ObjectMapper / 2.9 / Moya-ObjectMapper.podspec.json
blobce6c63714f699ea38a3fcdf6b3974bdde31ca90a
2   "name": "Moya-ObjectMapper",
3   "version": "2.9",
4   "summary": "ObjectMapper bindings for Moya",
5   "description": "[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift/) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/bmoliveira/Moya-ObjectMapper).",
6   "homepage": "https://github.com/bmoliveira/Moya-ObjectMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ivan Bruel": "ivan.bruel@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/ivanbruel",
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "watchos": "3.0",
19     "tvos": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/bmoliveira/Moya-ObjectMapper.git",
23     "tag": "2.9"
24   },
25   "default_subspecs": "Core",
26   "swift_versions": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/Core/*.swift",
31       "dependencies": {
32         "Moya": [
33           "~> 14.0.0-beta.6"
34         ],
35         "ObjectMapper": [
37         ]
38       },
39       "frameworks": "Foundation"
40     },
41     {
42       "name": "RxSwift",
43       "source_files": "Source/RxSwift/*.swift",
44       "dependencies": {
45         "Moya-ObjectMapper/Core": [
47         ],
48         "RxSwift": [
50         ],
51         "Moya/RxSwift": [
53         ]
54       }
55     },
56     {
57       "name": "ReactiveSwift",
58       "source_files": "Source/ReactiveSwift/*.swift",
59       "dependencies": {
60         "Moya-ObjectMapper/Core": [
62         ],
63         "Moya/ReactiveSwift": [
65         ],
66         "ReactiveSwift": [
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.0"