blob: 082148977ada3912f39d286eaa4e988259f383fb [file] [log] [blame]
{
"name": "MoyaSugar",
"version": "0.1.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.1.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.3"
]
}
},
{
"name": "RxSwift",
"source_files": "Sources/RxSwift/*.swift",
"dependencies": {
"MoyaSugar/Core": [
],
"Moya/RxSwift": [
">= 8.0.0-beta.3"
],
"RxSwift": [
">= 3.0.0-rc.1"
]
}
}
]
}