blob: 50d1063b8b256105eb8c557be8cedac5b08e647e [file] [log] [blame]
{
"name": "JTBinaryHeap",
"version": "1.0.4",
"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.4"
},
"requires_arc": true,
"source_files": "JTBinaryHeap/**/*.m",
"frameworks": "Foundation",
"subspecs": [
{
"name": "Headers",
"source_files": "JTBinaryHeap/**/*.h"
}
]
}