blob: c8bb64bb792f293fcfc602b388886db71e5b7127 [file] [log] [blame]
{
"name": "ALSimplePriorityQueue",
"version": "0.1.6",
"summary": "A short description of ALSimplePriorityQueue.",
"description": "A class represents super simple idea of PriorityQueue. Doesnt contain a super performant\nalgorithm",
"homepage": "https://github.com/AlexHmelevski/ALSimplePriorityQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlexHmelevskiAG": "alexei.hmelevski@gmail.com"
},
"source": {
"git": "https://github.com/AlexHmelevski/ALSimplePriorityQueue.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ALSimplePriorityQueue/Classes/**/*"
}