4 "summary": "A static kd tree for geographical purposes",
5 "description": "Swift implementation of a k-d binary space partitioning tree. The data is stored in a pair of arrays, making serialization very straightforward. Besides the classic k-d tree queries, BirdBush also implements a geographical nearest neighbor search based on mourner's geokdbush.",
6 "homepage": "https://github.com/hsnetzer/bird-bush",
12 "Harry Netzer": "hsnetzer@gmail.com"
15 "git": "https://github.com/hsnetzer/bird-bush.git",
21 "source_files": "BirdBush/Classes/**/*",
23 "SwiftPriorityQueue": [
27 "swift_versions": "5.0",
28 "swift_version": "5.0"