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