[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 7 / 4 / 9 / Moya-ObjectMapper / 2.4.2 / Moya-ObjectMapper.podspec.json
blob79c77a3d606c76726b76983e626fb59be27a1c44
2   "name": "Moya-ObjectMapper",
3   "version": "2.4.2",
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/ivanbruel/Moya-ObjectMapper).",
6   "homepage": "https://github.com/ivanbruel/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": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/ivanbruel/Moya-ObjectMapper.git",
23     "tag": "2.4.2"
24   },
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/*.swift",
31       "dependencies": {
32         "Moya": [
33           "~> 9.0"
34         ],
35         "ObjectMapper": [
36           "~> 2.2"
37         ]
38       },
39       "frameworks": "Foundation"
40     },
41     {
42       "name": "RxSwift",
43       "source_files": "Source/RxSwift/*.swift",
44       "dependencies": {
45         "Moya/RxSwift": [
47         ],
48         "Moya-ObjectMapper/Core": [
50         ],
51         "RxSwift": [
52           "~> 3.3"
53         ]
54       }
55     },
56     {
57       "name": "ReactiveSwift",
58       "source_files": "Source/ReactiveSwift/*.swift",
59       "dependencies": {
60         "Moya/ReactiveSwift": [
62         ],
63         "Moya-ObjectMapper/Core": [
65         ],
66         "ReactiveSwift": [
68         ]
69       }
70     }
71   ]