blob: 4cc0ef2494a40eaf2d4f3bceb3ee648de5a15764 [file] [log] [blame]
{
"name": "MCBinaryHeap",
"version": "0.1",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An Objective-C wrapper of CFBinaryHeap. Core Foundation priority queue implementation.",
"homepage": "https://github.com/matthewcheok/MCBinaryHeap",
"authors": {
"Matthew Cheok": "cheok.jz@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matthewcheok/MCBinaryHeap.git",
"branch": "master",
"tag": "0.1"
},
"source_files": "MCBinaryHeap/*.{h,m}",
"public_header_files": "MCBinaryHeap/*.h"
}