blob: 0f13692343b60d0143a93d1ad1fba06b8631b7b5 [file] [log] [blame]
{
"name": "RxQueue",
"version": "0.8.0",
"summary": "Simple queue using rxswift.",
"description": "A simple queue that can handle items that define processing duration.",
"homepage": "https://github.com/noppefoxwolf/RxQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomoya Hirano": "cromteria@gmail.com"
},
"source": {
"git": "https://github.com/noppefoxwolf/RxQueue.git",
"tag": "0.8.0"
},
"social_media_url": "https://twitter.com/noppefoxwolf",
"platforms": {
"ios": "9.0"
},
"source_files": "RxQueue/Classes/**/*",
"dependencies": {
"RxSwift": [
]
},
"swift_version": "4.2"
}