blob: dfd1790a70f8d7a674112aff6ed8228072d8518e [file] [log] [blame]
{
"name": "BSTBinaryHeap",
"version": "0.0.1",
"summary": "BSTBinaryHeap is a wrapper of CFBinaryHeap",
"description": "BSTBinaryHeap is useful for making a priority queue using NSObject way",
"homepage": "https://github.com/OrangeVarko/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liangxiuchen": "liangxiu.chen.cn@gmail.com"
},
"source": {
"git": "https://github.com/OrangeVarko/BSTBinaryHeap.git",
"tag": "0.0.1"
},
"source_files": [
"classes",
"classes/**/*.{h,m}"
],
"public_header_files": "classes/**/*.h",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}