[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / b / c / MoyaHandyJSON / 1.0.0 / MoyaHandyJSON.podspec.json
blob56b7ec3c65ca8109adfcd2d0b7f3f535e7f47202
2   "name": "MoyaHandyJSON",
3   "version": "1.0.0",
4   "summary": "Moya extensions that allow the response to be decoded into objects using the HandyJSON.",
5   "description": "允许使用HandyJSON将Response解码为对象的Moya扩展。\nMoya extensions that allow the response to be decoded into objects using the HandyJSON.",
6   "homepage": "https://github.com/zys-developer/MoyaHandyJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zys-developer": "zys_dev@163.com"
13   },
14   "source": {
15     "git": "https://github.com/zys-developer/MoyaHandyJSON.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "Core",
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Core/*.swift",
27       "dependencies": {
28         "HandyJSON": [
30         ],
31         "Moya": [
32           "~> 14.0"
33         ]
34       }
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "Sources/RxSwift/*.swift",
39       "dependencies": {
40         "MoyaHandyJSON/Core": [
42         ],
43         "Moya/RxSwift": [
44           "~> 14.0"
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.0"