blob: 19f91ae3540df9e0c743b9e7b9ffd99ac2d50219 [file] [log] [blame]
{
"name": "MoyaSugar",
"version": "0.2.1",
"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": "0.2.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0\n",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
">= 8.0.0-beta.4"
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxSwift/*.swift",
"dependencies": {
"MoyaSugar/Core": [
],
"Moya/RxSwift": [
">= 8.0.0-beta.5"
],
"RxSwift": [
">= 3.0.0"
]
}
}
]
}