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