| { | |
| "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" | |
| } | |
| } |