[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / b / c / MoyaHandyJSON / 0.1.3 / MoyaHandyJSON.podspec.json
blobbc761043fcde9001f2ed89b9ee2fabc4baabb6b9
2   "name": "MoyaHandyJSON",
3   "version": "0.1.3",
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": "0.1.3"
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"
33         ]
34       }
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "Sources/RxSwift/*.swift",
39       "dependencies": {
40         "MoyaHandyJSON/Core": [
42         ],
43         "RxSwift": [
45         ],
46         "Moya/RxSwift": [
47           "~> 14"
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.0"