[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 1 / 0 / MoyaSugar / 0.2.1 / MoyaSugar.podspec.json
blob19f91ae3540df9e0c743b9e7b9ffd99ac2d50219
2   "name": "MoyaSugar",
3   "version": "0.2.1",
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": "0.2.1"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "3.0\n",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/*.swift",
32       "frameworks": "Foundation",
33       "dependencies": {
34         "Moya": [
35           ">= 8.0.0-beta.4"
36         ]
37       }
38     },
39     {
40       "name": "RxSwift",
41       "source_files": "Sources/RxSwift/*.swift",
42       "dependencies": {
43         "MoyaSugar/Core": [
45         ],
46         "Moya/RxSwift": [
47           ">= 8.0.0-beta.5"
48         ],
49         "RxSwift": [
50           ">= 3.0.0"
51         ]
52       }
53     }
54   ]