blob: 9a7970f1ce77da3d839ec2329858e5759853ba5c [file] [log] [blame]
{
"name": "RxBlocking",
"version": "4.1.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": "4.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"RxBlocking/**/*.swift",
"Platform/**/*.swift"
],
"exclude_files": "RxBlocking/Platform/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}