[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 3 / 0 / DDMoya-ObjectMapper / 1.0 / DDMoya-ObjectMapper.podspec.json
blob42bd95d6463e2a0419bcdd2044714657c82f77bc
2   "name": "DDMoya-ObjectMapper",
3   "version": "1.0",
4   "summary": "ObjectMapper bindings for Moya",
5   "description": "原作者很久未更新,我这边只是增加了对新rxswift的支持,基于Moya-ObjectMapper修改\n[Moya-ObjectMapper]https://github.com/bmoliveira/Moya-ObjectMapper",
6   "homepage": "https://github.com/ldy694/DDMoya-ObjectMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dd": "linxingdong@foxmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/ldy694/DDMoya-ObjectMapper.git",
19     "tag": "1.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "x86_64 armv7 arm64 arm64e"
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/Core/*.swift",
30       "dependencies": {
31         "Moya/RxSwift": [
32           "15.0.0"
33         ],
34         "ObjectMapper": [
35           "4.2.0"
36         ],
37         "RxSwift": [
38           "6.5.0"
39         ],
40         "RxCocoa": [
41           "6.5.0"
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"