blob: f9bb4bf52a2f9d07c546f87919ef8048d11e7519 [file] [log] [blame]
{
"name": "RxBlocking",
"version": "2.0.0-beta.1",
"summary": "RxSwift Blocking operatos",
"description": "Set of blocking operators for unit testing",
"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.0.0-beta.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "RxBlocking/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.0.0-beta"
]
}
}