| { | |
| "name": "PriorityQueue", | |
| "version": "0.3", | |
| "license": "MIT", | |
| "summary": "Priority Queue in Swift", | |
| "homepage": "https://github.com/eisber/Swift-PriorityQueue", | |
| "source": { | |
| "git": "https://github.com/eisber/Swift-PriorityQueue.git", | |
| "tag": "0.3" | |
| }, | |
| "authors": { | |
| "Bouke Haarsma": "", | |
| "Julien Dauphant": "", | |
| "Markus Cozowicz": "eisber@eisber.net" | |
| }, | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.9" | |
| }, | |
| "source_files": "PriorityQueue/*.swift", | |
| "requires_arc": true | |
| } |