blob: a1edcdaff999ea5d146d24eac7b18169d8f9c952 [file] [log] [blame]
{
"name": "RxBlocking",
"version": "2.6.0",
"summary": "RxSwift Blocking operatos",
"description": "Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests\nwith a couple of other special scenarios where they could be useful.\n\nE.g.\n\nWaiting for observable sequence to complete before exiting command line application.",
"homepage": "https://github.com/ReactiveX/RxSwift",
"license": "MIT",
"authors": {
"Krunoslav Zaher": "krunoslav.zaher@gmail.com"
},
"source": {
"git": "https://github.com/ReactiveX/RxSwift.git",
"tag": "2.6.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "RxBlocking/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.5"
]
}
}