blob: c6a6f6591b8b11589edb920c5c944dd1ef762fb2 [file] [log] [blame]
{
"name": "RxBlocking",
"version": "2.0.0-alpha.3",
"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-alpha.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "RxBlocking/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 2.0.0-alpha"
]
}
}