blob: 518fdd9e956fdf211d93e532c8a9691d5c899285 [file] [log] [blame]
{
"name": "JTBinaryHeap",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "JTBinaryHeap/**/*",
"public_header_files": "JTBinaryHeap/**/*.h",
"frameworks": "Foundation"
}