blob: 1a47cd95a4449039f487c8110ca2b1eb18bd9f75 [file] [log] [blame]
{
"name": "RxBlocking",
"version": "4.5.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": "4.5.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
},
"source_files": [
"RxBlocking/**/*.swift",
"Platform/**/*.swift"
],
"exclude_files": "RxBlocking/Platform/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.4",
">= 4.4.2"
]
}
}