[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 1 / 0 / MoyaSugar / 1.3.3 / MoyaSugar.podspec.json
blob8eb7192694ef14a14d81f0be8a82f49518a098dc
2   "name": "MoyaSugar",
3   "version": "1.3.3",
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.3.3"
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   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/MoyaSugar/*.swift",
29       "frameworks": "Foundation",
30       "dependencies": {
31         "Moya": [
32           ">= 14.0.0-beta.2"
33         ]
34       }
35     },
36     {
37       "name": "RxSwift",
38       "dependencies": {
39         "MoyaSugar/Core": [
41         ],
42         "Moya/RxSwift": [
43           ">= 14.0.0-beta.2"
44         ],
45         "RxSwift": [
46           ">= 5.0.0"
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.1"