blob: 8bc6cccc867db0ba4d1cbde5462c7923018b1185 [file] [log] [blame]
{
"name": "RxFuture",
"version": "1.0.4",
"summary": "A library to provide Future/Promise pattern API that is backed by RxSwift.",
"description": "This is a library to provide Future/Promise pattern API that is backed by RxSwift.",
"homepage": "https://github.com/muukii/RxFuture",
"license": "MIT",
"authors": {
"Muukii": "muukii.app@gmail.com"
},
"source": {
"git": "https://github.com/muukii/RxFuture.git",
"tag": "1.0.4"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"source_files": "RxFuture/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}