[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 4 / 9 / Moya-ObjectMapper / 2.7 / Moya-ObjectMapper.podspec.json
blobe22c597f138aefc68683a74a09283592e8291f11
2   "name": "Moya-ObjectMapper",
3   "version": "2.7",
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": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/bmoliveira/Moya-ObjectMapper.git",
23     "tag": "2.7"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/*.swift",
30       "dependencies": {
31         "Moya": [
32           "~> 11"
33         ],
34         "ObjectMapper": [
35           "~> 3.3"
36         ]
37       },
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "Source/RxSwift/*.swift",
43       "dependencies": {
44         "Moya-ObjectMapper/Core": [
46         ],
47         "RxSwift": [
48           "~> 4.1"
49         ]
50       }
51     },
52     {
53       "name": "ReactiveSwift",
54       "source_files": "Source/ReactiveSwift/*.swift",
55       "dependencies": {
56         "Moya-ObjectMapper/Core": [
58         ],
59         "Moya/ReactiveSwift": [
60           "11"
61         ],
62         "ReactiveSwift": [
63           "~> 3"
64         ]
65       }
66     }
67   ]