blob: 80c270a1bd83dfdbcc0f0079b83f96635ff33a74 [file] [log] [blame]
{
"name": "PriorityQueue-Swift",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PriorityQueue-Swift/Classes/**/*",
"swift_versions": "4.0",
"swift_version": "4.0"
}