[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 9 / b / Moya-SwiftyJSONMapper / 1.0.1 / Moya-SwiftyJSONMapper.podspec.json
blobf9cce6e5fd885ca861171cea25cf8a28dba39d11
2   "name": "Moya-SwiftyJSONMapper",
3   "version": "1.0.1",
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": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/twannl",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Source/*.swift",
29       "dependencies": {
30         "Moya": [
31           "6.1.3"
32         ],
33         "SwiftyJSON": [
34           "~> 2.3.2"
35         ]
36       },
37       "frameworks": "Foundation"
38     },
39     {
40       "name": "RxSwift",
41       "source_files": "Source/RxSwift/*.swift",
42       "dependencies": {
43         "Moya/RxSwift": [
45         ],
46         "Moya-SwiftyJSONMapper/Core": [
48         ],
49         "RxSwift": [
50           "~> 2.0.0"
51         ]
52       }
53     },
54     {
55       "name": "ReactiveCocoa",
56       "source_files": "Source/ReactiveCocoa/*.swift",
57       "dependencies": {
58         "Moya/ReactiveCocoa": [
59           "6.1.3"
60         ],
61         "Moya-SwiftyJSONMapper/Core": [
63         ],
64         "ReactiveCocoa": [
66         ]
67       }
68     }
69   ]