blob: 36582ab69b8078cdc6aa5d9f1bb4dd3e14fe9893 [file] [log] [blame]
{
"name": "TaskQueue",
"version": "0.9.8",
"summary": "Task management made easy, bounce tasks between main thread and background threads like a pro",
"description": "TaskQueue is a Swift library which allows you to schedule tasks once and then let the queue execute them in a synchronous matter. The great thing about TaskQueue is that you get to decide on which GCD queue each of your tasks should execute beforehand and leave TaskQueue to do switching of queues as it goes.\n\nEven if your tasks are asynchronious like fetching location, downloading files, etc. TaskQueue will wait until they are finished before going on with the next task.\n\n \tI developed it for my Swift app called **Doodle Doodle** (http://doodledoodle.io) and wanted to share it with everyone",
"homepage": "https://github.com/icanzilb/TaskQueue",
"screenshots": "https://raw.githubusercontent.com/icanzilb/TaskQueue/master/etc/readme_schema.png",
"license": "MIT",
"authors": {
"Marin Todorov": "touch-code-magazine@underplot.com"
},
"source": {
"git": "https://github.com/icanzilb/TaskQueue.git",
"tag": "0.9.8"
},
"social_media_url": "https://twitter.com/icanzilb",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "TaskQueue"
}