blob: 8eb7192694ef14a14d81f0be8a82f49518a098dc [file] [log] [blame]
{
"name": "MoyaSugar",
"version": "1.3.3",
"summary": "🍯 Syntactic sugar for Moya",
"homepage": "https://github.com/devxoul/MoyaSugar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/MoyaSugar.git",
"tag": "1.3.3"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"default_subspecs": "Core",
"swift_versions": "5.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/MoyaSugar/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
">= 14.0.0-beta.2"
]
}
},
{
"name": "RxSwift",
"dependencies": {
"MoyaSugar/Core": [
],
"Moya/RxSwift": [
">= 14.0.0-beta.2"
],
"RxSwift": [
">= 5.0.0"
]
}
}
],
"swift_version": "5.1"
}