blob: 9fd0abc9ce8e3702a5ad0b43d7b2ae514736db25 [file] [log] [blame]
{
"name": "RxObservableQueue",
"version": "4.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source_files": "RxObservableQueue/*",
"dependencies": {
"RxSwift": [
]
}
}