[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 4 / 9 / Moya-ObjectMapper / 1.4 / Moya-ObjectMapper.podspec.json
blob3319c5e7b170d9ce15b954a27cd181e7ea682241
2   "name": "Moya-ObjectMapper",
3   "version": "1.4",
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": "1.4"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/*.swift",
30       "dependencies": {
31         "Moya": [
32           "~> 7.0.2"
33         ],
34         "ObjectMapper": [
35           "~> 1.4"
36         ]
37       },
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "RxSwift",
42       "source_files": "Source/RxSwift/*.swift",
43       "dependencies": {
44         "Moya/RxSwift": [
45           "~> 7.0.2"
46         ],
47         "Moya-ObjectMapper/Core": [
49         ],
50         "RxSwift": [
51           "~> 2.6.0"
52         ]
53       }
54     },
55     {
56       "name": "ReactiveCocoa",
57       "source_files": "Source/ReactiveCocoa/*.swift",
58       "dependencies": {
59         "Moya/ReactiveCocoa": [
60           "~> 7.0.2"
61         ],
62         "Moya-ObjectMapper/Core": [
64         ],
65         "ReactiveCocoa": [
66           "~> 4.2.2"
67         ]
68       }
69     }
70   ]