[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 1 / 0 / MoyaSugar / 1.2.0 / MoyaSugar.podspec.json
blob889d9038c2f651270fddeed0ba80803075c42dae
2   "name": "MoyaSugar",
3   "version": "1.2.0",
4   "summary": "🍯 Syntactic sugar for Moya",
5   "homepage": "https://github.com/devxoul/MoyaSugar",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/MoyaSugar.git",
15     "tag": "1.2.0"
16   },
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "3.0"
22   },
23   "default_subspecs": "Core",
24   "swift_versions": "5.1",
25   "swift_version": "5.1",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/MoyaSugar/*.swift",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "Moya": [
33           ">= 14.0.0-beta.2"
34         ]
35       }
36     },
37     {
38       "name": "RxSwift",
39       "dependencies": {
40         "MoyaSugar/Core": [
42         ],
43         "Moya/RxSwift": [
44           ">= 14.0.0-beta.2"
45         ],
46         "RxSwift": [
47           ">= 5.0.0"
48         ]
49       }
50     }
51   ]