[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / e / 7 / Moya-ObjectMapper-JX / 2.8-jx1 / Moya-ObjectMapper-JX.podspec.json
blob052420e31bb144946f5d191b0ac34d859cb24ad1
2   "name": "Moya-ObjectMapper-JX",
3   "version": "2.8-jx1",
4   "summary": "ObjectMapper bindings for Moya",
5   "description": "[ObjectMapper](https://github.com/Hearst-DD/ObjectMapper) 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/bmoliveira/Moya-ObjectMapper).",
6   "homepage": "https://github.com/tospery/Moya-ObjectMapper-JX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangJianxiang": "tospery@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/ivanbruel",
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "3.0",
20     "tvos": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/tospery/Moya-ObjectMapper-JX.git",
24     "tag": "2.8-jx1"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/*.swift",
31       "dependencies": {
32         "Moya": [
33           "14.0.0-alpha.1"
34         ],
35         "ObjectMapper": [
36           "~> 3"
37         ]
38       },
39       "frameworks": "Foundation"
40     },
41     {
42       "name": "RxSwift",
43       "source_files": "Source/RxSwift/*.swift",
44       "dependencies": {
45         "Moya-ObjectMapper-JX/Core": [
47         ],
48         "RxSwift": [
49           "~> 5"
50         ],
51         "Moya/RxSwift": [
53         ]
54       }
55     },
56     {
57       "name": "ReactiveSwift",
58       "source_files": "Source/ReactiveSwift/*.swift",
59       "dependencies": {
60         "Moya-ObjectMapper-JX/Core": [
62         ],
63         "Moya/ReactiveSwift": [
65         ],
66         "ReactiveSwift": [
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.0"