[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 3 / Moya-Marshal / 1.3.1 / Moya-Marshal.podspec.json
blobafe9dcec6f9125f02196b4d2efac700034067ed2
2   "name": "Moya-Marshal",
3   "version": "1.3.1",
4   "summary": "Marshal mappings for Moya network requests",
5   "description": "[Marshal](https://github.com/utahiosmac/Marshal) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift/) and\n[ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa/) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/JARMourato/Moya-Marshal).",
6   "homepage": "https://github.com/JARMourato/Moya-Marshal",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JARMourato": "joao.armourato@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JARMourato/Moya-Marshal.git",
16     "tag": "1.3.1"
17   },
18   "social_media_url": "https://twitter.com/_JARMourato",
19   "platforms": {
20     "osx": "10.10",
21     "ios": "8.0",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/*.swift",
31       "dependencies": {
32         "Moya": [
33           "~> 10.0.0"
34         ],
35         "Marshal": [
36           "~> 1.2.0"
37         ]
38       },
39       "frameworks": "Foundation"
40     },
41     {
42       "name": "RxSwift",
43       "source_files": "Sources/RxSwift/*.swift",
44       "dependencies": {
45         "Moya/RxSwift": [
47         ],
48         "Moya-Marshal/Core": [
50         ],
51         "RxSwift": [
52           "~> 4.0.0"
53         ]
54       }
55     },
56     {
57       "name": "ReactiveSwift",
58       "source_files": "Sources/ReactiveSwift/*.swift",
59       "dependencies": {
60         "Moya/ReactiveSwift": [
62         ],
63         "Moya-Marshal/Core": [
65         ],
66         "ReactiveSwift": [
68         ]
69       }
70     }
71   ]