[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 6 / 1 / MoyaObjectMapper / 1.0.1 / MoyaObjectMapper.podspec.json
blob0ad289dc97b70b2c4d6e90f4eb8efe7484be4624
2   "name": "MoyaObjectMapper",
3   "version": "1.0.1",
4   "summary": "ObjectMapper bindings for Moya. Includes RxSwift and ReactiveSwift bindings as well.",
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/) and [ReactiveSwift](https://github.com/ReactiveCocoa/ReactiveSwift) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/gperdomor/MoyaObjectMapper).",
6   "homepage": "https://github.com/gperdomor/MoyaObjectMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gustavo Perdomo": "gperdomor@gmail.com"
13   },
14   "social_media_url": "",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.12",
18     "watchos": "3.1",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/gperdomor/MoyaObjectMapper.git",
23     "tag": "1.0.1"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/MoyaObjectMapper/*.swift",
32       "dependencies": {
33         "Moya": [
34           "~> 8.0"
35         ],
36         "ObjectMapper": [
37           "~> 2.2"
38         ]
39       },
40       "frameworks": "Foundation"
41     },
42     {
43       "name": "RxSwift",
44       "source_files": "Sources/RxMoyaObjectMapper/*.swift",
45       "dependencies": {
46         "MoyaObjectMapper/Core": [
48         ],
49         "Moya/RxSwift": [
51         ],
52         "RxSwift": [
53           "~> 3.2"
54         ]
55       }
56     },
57     {
58       "name": "ReactiveSwift",
59       "source_files": "Sources/ReactiveMoyaObjectMapper/*.swift",
60       "dependencies": {
61         "MoyaObjectMapper/Core": [
63         ],
64         "Moya/ReactiveCocoa": [
66         ],
67         "ReactiveSwift": [
68           "~> 1.0"
69         ]
70       }
71     }
72   ]