blob: af9d9e6945c0c0be130fe40786fdebeb1c84f98b [file] [log] [blame]
{
"name": "SimpleTaskQueue",
"version": "1.0.3",
"summary": "Execute tasks sequentially, one after the other. gurantee only one task is running at any time",
"description": "A simple implementation for a queue to execute tasks sequentially, as simplest as possible. Execute tasks sequentially, one after the other. gurantee only one task is running at any time",
"homepage": "https://github.com/mmabdelateef/SimpleTaskQueue",
"license": "MIT",
"authors": {
"mabdellateef": "mmabdelateef@gmail.com"
},
"social_media_url": "https://twitter.com/mmabdellateef",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mmabdelateef/SimpleTaskQueue.git",
"tag": "1.0.3"
},
"source_files": [
"SimpleTaskQueue",
"SimpleTaskQueue/**/*.{h,m,swift}"
],
"swift_version": "4.1"
}