[Add] AWSCloudWatch 2.40.0
[CocoaPods.git] / Specs / 7 / 4 / 9 / Moya-ObjectMapper / 1.0.2 / Moya-ObjectMapper.podspec.json
blobcf16c1b9887ee0d27af3d116915003248051248a
2   "name": "Moya-ObjectMapper",
3   "version": "1.0.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.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/ivanbruel/Moya-ObjectMapper.git",
23     "tag": "1.0.2"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/*.swift",
30       "dependencies": {
31         "Moya": [
32           "~> 5.1.0"
33         ],
34         "ObjectMapper": [
35           "~> 1.0"
36         ]
37       },
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "Source/RxSwift/*.swift",
43       "dependencies": {
44         "Moya/RxSwift": [
45           "~> 5.1.0"
46         ],
47         "Moya-ObjectMapper/Core": [
49         ],
50         "RxSwift": [
51           "2.0.0-beta.4"
52         ]
53       }
54     }
55   ]