blob: b75940b3ca1255454d870736f633f22ca38e71a4 [file] [log] [blame]
{
"name": "MoyaSugar",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/MoyaSugar/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
">= 10.0.0"
]
}
},
{
"name": "RxSwift",
"dependencies": {
"MoyaSugar/Core": [
],
"Moya/RxSwift": [
">= 10.0.0"
],
"RxSwift": [
">= 4.0.0"
]
}
}
]
}