[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / 1 / 0 / MoyaSugar / 1.0.0 / MoyaSugar.podspec.json
blobe7f1804208a62d66f7f08efe65e4b0cd69f32707
2   "name": "MoyaSugar",
3   "version": "1.0.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.0.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "default_subspecs": "Core",
24   "pushed_with_swift_version": "4.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/MoyaSugar/*.swift",
29       "frameworks": "Foundation",
30       "dependencies": {
31         "Moya": [
32           ">= 10.0.0"
33         ]
34       }
35     },
36     {
37       "name": "RxSwift",
38       "dependencies": {
39         "MoyaSugar/Core": [
41         ],
42         "Moya/RxSwift": [
43           ">= 10.0.0"
44         ],
45         "RxSwift": [
46           ">= 4.0.0"
47         ]
48       }
49     }
50   ]