blob: ca3192ec13f9eebcfbdb73f6b9bdf1ca32e6e9b9 [file] [log] [blame]
{
"name": "Qwolm",
"version": "0.1.0",
"summary": "Queue where only last matters.",
"description": "A simple utility for handling cases when:\n- new calls of a long-running task may arrive before it is completed;\n- only the result of the last call matters.",
"homepage": "https://github.com/wacumov/Qwolm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mikhail Akopov": "mikhail.akopov@aol.com"
},
"source": {
"git": "https://github.com/wacumov/Qwolm.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "Qwolm/Classes/**/*",
"pushed_with_swift_version": "4.0"
}