| { |
| "name": "PQTaskManager", |
| "version": "0.9.1", |
| "swift_versions": "4.2", |
| "summary": "Priority Queue Task Manager", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/heyken/PQTaskManager", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "heyken": "roulette56power@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/heyken/PQTaskManager.git", |
| "tag": "0.9.1" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "PQTaskManager/Classes/**/*", |
| "dependencies": { |
| "SwiftPriorityQueue": [ |
| |
| ] |
| }, |
| "swift_version": "4.2" |
| } |