[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / d / 9 / TaskQueue / 0.9.1 / TaskQueue.podspec.json
blob979333d0c609bc540f6f47358d211cf1731b46e7
2   "name": "TaskQueue",
3   "version": "0.9.1",
4   "summary": "Task management made easy, bounce tasks between main thread and background threads like a pro",
5   "description": "\tTaskQueue is a Swift library which allows you to schedule tasks once and then let the queue execute them in a synchronious 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\t\n\tEven 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\n",
6   "homepage": "https://github.com/icanzilb/TaskQueue",
7   "screenshots": "https://raw.githubusercontent.com/icanzilb/TaskQueue/master/etc/readme_schema.png",
8   "license": "MIT",
9   "authors": {
10     "Marin Todorov": "touch-code-magazine@underplot.com"
11   },
12   "source": {
13     "git": "https://github.com/icanzilb/TaskQueue.git",
14     "tag": "0.9.1"
15   },
16   "social_media_url": "https://twitter.com/icanzilb",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "TaskQueue"