| { |
| "name": "cdTaskQueue", |
| "version": "0.13.0", |
| "summary": "A TaskQueue controls the execution of asynchronous functions.", |
| "license": "Apache License, Version 2.0", |
| "homepage": "https://github.com/couchdeveloper/TaskQueue", |
| "authors": { |
| "Andreas Grosam": "couchdeveloper@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/couchdeveloper/TaskQueue.git", |
| "tag": "0.13.0" |
| }, |
| "platforms": { |
| "osx": "10.10", |
| "ios": "9.0", |
| "tvos": "10.0", |
| "watchos": "3.0" |
| }, |
| "module_name": "TaskQueue", |
| "source_files": "Sources/*.swift", |
| "requires_arc": true |
| } |