[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / b / 7 / Moya-JASON / 1.0.0-beta.1 / Moya-JASON.podspec.json
blob5f43f673fd68dc7af40ac3bb834793ccc7ec6473
2   "name": "Moya-JASON",
3   "version": "1.0.0-beta.1",
4   "summary": "JASON bindings for Moya.",
5   "description": "[JASON](https://github.com/delba/JASON) bindings for\n[Moya](https://github.com/Moya/Moya) for easier JSON serialization.\nIncludes [RxSwift](https://github.com/ReactiveX/RxSwift/) and [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) bindings as well.\nInstructions on how to use it are in\n[the README](https://github.com/DroidsOnRoids/Moya-JASON).",
6   "homepage": "https://github.com/DroidsOnRoids/Moya-JASON",
7   "license": "MIT",
8   "authors": {
9     "Łukasz Mróz": "thesunshinejr@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DroidsOnRoids/Moya-JASON.git",
13     "tag": "1.0.0-beta.1"
14   },
15   "social_media_url": "https://twitter.com/thesunshinejr",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Core",
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Source/*.swift",
26       "dependencies": {
27         "Moya": [
28           "8.0.0-beta.4"
29         ],
30         "JASON": [
31           "~> 3.0"
32         ]
33       },
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "Source/RxSwift/*.swift",
39       "dependencies": {
40         "Moya/RxSwift": [
41           "8.0.0-beta.4"
42         ],
43         "Moya-JASON/Core": [
45         ],
46         "RxSwift": [
47           "~> 3.0.0"
48         ]
49       }
50     },
51     {
52       "name": "ReactiveCocoa",
53       "source_files": "Source/ReactiveCocoa/*.swift",
54       "dependencies": {
55         "Moya/ReactiveCocoa": [
56           "8.0.0-beta.4"
57         ],
58         "Moya-JASON/Core": [
60         ],
61         "ReactiveSwift": [
62           "1.0.0-alpha.3"
63         ]
64       }
65     }
66   ]