blob: 3f706aca0fdca9a2f32884e0286931f0494e9f10 [file] [log] [blame]
{
"name": "RxBrightFutures",
"version": "0.9",
"license": "MIT",
"summary": "RxSwift wrapper around the Future/Promise library BrightFutures",
"homepage": "https://github.com/SideEffects-xyz/RxBrightFutures",
"authors": {
"Junior B.": "junior@bonto.ch"
},
"source": {
"git": "https://github.com/SideEffects-xyz/RxBrightFutures.git",
"tag": "0.9"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"BrightFutures": [
"~> 3.0.0-beta"
],
"RxSwift": [
"~> 2.0.0-alpha"
]
}
}