[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 7 / 9 / b / Moya-SwiftyJSONMapper / 5.0.0 / Moya-SwiftyJSONMapper.podspec.json
blob87a76d7df3aada05d5a9edde5ed3db6def0d76e0
2   "name": "Moya-SwiftyJSONMapper",
3   "version": "5.0.0",
4   "summary": "Map objects through SwiftyJSON in combination with Moya",
5   "description": "[SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) 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/AvdLee/Moya-SwiftyJSONMapper).",
6   "homepage": "https://github.com/AvdLee/Moya-SwiftyJSONMapper",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Antoine van der Lee": "a.vanderlee@triple-it.nl"
13   },
14   "source": {
15     "git": "https://github.com/AvdLee/Moya-SwiftyJSONMapper.git",
16     "tag": "5.0.0"
17   },
18   "social_media_url": "https://twitter.com/twannl",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "swift_versions": "5.1",
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/*.swift",
31       "dependencies": {
32         "Moya": [
33           "~> 13.0.1"
34         ],
35         "SwiftyJSON": [
37         ]
38       },
39       "frameworks": "Foundation"
40     },
41     {
42       "name": "RxSwift",
43       "source_files": "Source/RxSwift/*.swift",
44       "dependencies": {
45         "Moya/RxSwift": [
47         ],
48         "Moya-SwiftyJSONMapper/Core": [
50         ]
51       }
52     },
53     {
54       "name": "ReactiveCocoa",
55       "source_files": "Source/ReactiveCocoa/*.swift",
56       "dependencies": {
57         "Moya/ReactiveSwift": [
59         ],
60         "Moya-SwiftyJSONMapper/Core": [
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.1"