4 "summary": "Swift implementation of a k-dimensional binary space partitioning tree.",
5 "description": "Swift implementation of a k-dimensional binary space partitioning tree. Useful for O(log(N)) nearest neighbour searches.",
6 "homepage": "https://github.com/Bersaelor/KDTree",
8 "https://raw.githubusercontent.com/Bersaelor/KDTree/master/Screenshots/kNearest.png",
9 "https://raw.githubusercontent.com/Bersaelor/KDTree/master/Screenshots/tesselations.png"
13 "Konrad Feiler": "konrad@tactica.de"
16 "git": "https://github.com/Bersaelor/KDTree.git",
19 "social_media_url": "https://twitter.com/bersaelor",
26 "source_files": "Pod/Classes/**/*",
27 "pushed_with_swift_version": "3.0"