blob: 99108413b698948c2cf70de3396dcb1b579f61b0 [file] [log] [blame]
{
"name": "RxObservableQueue",
"version": "4.0.1",
"summary": "A Library for Queuing from Observable",
"homepage": "https://github.com/notohiro/RxObservableQueue",
"license": "MIT",
"authors": {
"Hiroshi Noto": "notohiro@gmail.com"
},
"source": {
"git": "https://github.com/notohiro/RxQueue.git",
"tag": "4.0.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"requires_arc": true,
"source_files": "RxObservableQueue/*",
"dependencies": {
"RxSwift": [
]
}
}