blob: 16aa22129ed97e29928c4cd1d1bcdfa44e1b6593 [file] [log] [blame]
{
"name": "ASPriorityQueue",
"version": "0.1.0",
"summary": "This package is designed to be a priority queue that takes in a type and comparator",
"homepage": "https://github.com/astephen2/ASPriorityQueue",
"license": "MIT",
"authors": {
"Alex Stephen": "stepa@umich.edu"
},
"source": {
"git": "https://github.com/astephen2/ASPriorityQueue.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ASPriorityQueue/"
}