2 "name": "SimpleTaskQueue",
4 "summary": "Execute tasks sequentially, one after the other. gurantee only one task is running at any time",
5 "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",
6 "homepage": "https://github.com/mmabdelateef/SimpleTaskQueue",
9 "mabdellateef": "mmabdelateef@gmail.com"
11 "social_media_url": "https://twitter.com/mmabdellateef",
16 "git": "https://github.com/mmabdelateef/SimpleTaskQueue.git",
21 "SimpleTaskQueue/**/*.{h,m,swift}"
23 "swift_version": "4.1"