blob: d7e4b82367bec10687c8e48a2b1c17a46fc6e39f [file] [log] [blame]
{
"name": "JTBinaryHeap",
"version": "1.0.3",
"summary": "A simple CFBinaryHeap wrapper in Objective-C for simple consumption in Obj-C / Swift Projects.",
"homepage": "https://github.com/joshpc/JTBinaryHeap",
"license": "MIT",
"authors": {
"Joshua Tessier": "joshpc@gmail.com"
},
"source": {
"git": "https://github.com/joshpc/JTBinaryHeap.git",
"tag": "1.0.3"
},
"requires_arc": true,
"source_files": "JTBinaryHeap/**/*",
"frameworks": "Foundation"
}