blob: 3a2dc18e9ed6c3b0f9790c00566b15769b9caab7 [file] [log] [blame]
{
"name": "ALSimplePriorityQueue",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ALSimplePriorityQueue/Classes/**/*"
}