[Delete] CellBuilder 1.0.2
[CocoaPods.git] / Specs / 7 / 9 / b / Moya-SwiftyJSONMapper / 2.0 / Moya-SwiftyJSONMapper.podspec.json
blobdea68489e2f7eb6670384dcfb70d8696ac1cf251
2   "name": "Moya-SwiftyJSONMapper",
3   "version": "2.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": "2.0"
17   },
18   "social_media_url": "https://twitter.com/twannl",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/*.swift",
31       "dependencies": {
32         "Moya": [
33           "8.0.0-beta.4"
34         ],
35         "SwiftyJSON": [
37         ]
38       },
39       "frameworks": "Foundation"
40     },
41     {
42       "name": "RxSwift",
43       "source_files": "Source/RxSwift/*.swift",
44       "dependencies": {
45         "Moya/RxSwift": [
46           "8.0.0-beta.4"
47         ],
48         "Moya-SwiftyJSONMapper/Core": [
50         ]
51       }
52     },
53     {
54       "name": "ReactiveCocoa",
55       "source_files": "Source/ReactiveCocoa/*.swift",
56       "dependencies": {
57         "Moya/ReactiveCocoa": [
58           "8.0.0-beta.4"
59         ],
60         "Moya-SwiftyJSONMapper/Core": [
62         ],
63         "ReactiveSwift": [
64           "1.0.0-alpha.3"
65         ]
66       }
67     }
68   ]