blob: 08c07a8c3cae0ba4580e27ac3b0584f3b7986b91 [file] [log] [blame]
{
"name": "RxBrightFutures",
"version": "1.0",
"license": "MIT",
"summary": "RxSwift wrapper around the Future/Promise library BrightFutures",
"homepage": "https://github.com/SideEffects-xyz/RxBrightFutures",
"authors": {
"Junior B.": "info@bonto.ch"
},
"source": {
"git": "https://github.com/SideEffects-xyz/RxBrightFutures.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"BrightFutures": [
"~> 5.1"
],
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}