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