blob: 54b7c2610adf32a04d6996a2d5124b45a3c60914 [file] [log] [blame]
{
"name": "RxBlocking",
"version": "3.0.0.alpha.1",
"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": "3.0.0.alpha.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "RxBlocking/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0.0.alpha.1"
]
}
}