blob: bba2c27030ef805cef5b4b8debca6e95f3662da9 [file] [log] [blame]
{
"name": "RxBlocking",
"version": "2.0.0-beta.4",
"summary": "RxSwift Blocking operatos",
"description": "Set of blocking operators for RxSwift.",
"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.4"
},
"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"
]
}
}