blob: 5fcf2f2ab17ad2850a33820bfcc5b68660921c6c [file] [log] [blame]
{
"name": "HSKDTree",
"version": "1.0",
"license": "MIT",
"summary": "Objective-C implementation of a k-dimensional binary space partitioning tree.",
"homepage": "http://www.hmspl.de/",
"authors": {
"Danilo Bürger": "danilo.buerger@hmspl.de"
},
"source": {
"git": "https://github.com/hmspl/HSKDTree.git",
"tag": "1.0"
},
"source_files": "HSKDTree",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}