| { |
| "name": "PriorityQueue-Swift", |
| "version": "0.1.1", |
| "summary": "A Swift Priority Queue", |
| "description": "A Priority Queue is a handy data structure that is now available in Swift.", |
| "homepage": "https://github.com/hsuanchih/PriorityQueue-Swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Hsuan-Chih Chuang": "hsuanchih.chuang@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/hsuanchih/PriorityQueue-Swift.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PriorityQueue-Swift/Classes/**/*", |
| "swift_versions": "4.0", |
| "swift_version": "4.0" |
| } |