blob: 485aab3a116ff812f4810dea87ecb1028b1dbacc [file] [log] [blame]
{
"name": "RxFuture",
"version": "4.0.1",
"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": "4.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "3.0"
},
"source_files": "RxFuture/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5"
]
}
}