blob: 1c0931fee92ad144aeaa9fe8a5408ba5f16fe9b8 [file] [log] [blame]
{
"name": "RxBlocking",
"version": "3.0.0-beta.2",
"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-beta.2"
},
"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-beta.2"
]
}
}