blob: 167fed1358154479d5a15a2c5ef7608a419c240d [file] [log] [blame]
{
"name": "RxQueue",
"version": "0.1.1",
"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.1.1"
},
"social_media_url": "https://twitter.com/noppefoxwolf",
"platforms": {
"ios": "9.0"
},
"source_files": "RxQueue/Classes/**/*",
"dependencies": {
"RxSwift": [
]
},
"pushed_with_swift_version": "3.0.1"
}