[Delete] VersionConfirm 0.1.1
[CocoaPods.git] / Specs / 0 / 8 / 6 / KDTree / 0.5.1 / KDTree.podspec.json
blobb1640b824c0035ff17f8089127ad45e9dd811652
2   "name": "KDTree",
3   "version": "0.5.1",
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",
7   "screenshots": [
8     "https://raw.githubusercontent.com/Bersaelor/KDTree/master/Screenshots/kNearest.png",
9     "https://raw.githubusercontent.com/Bersaelor/KDTree/master/Screenshots/tesselations.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Konrad Feiler": "konrad@tactica.de"
14   },
15   "source": {
16     "git": "https://github.com/Bersaelor/KDTree.git",
17     "tag": "0.5.1"
18   },
19   "social_media_url": "https://twitter.com/bersaelor",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.2"
24   },
25   "requires_arc": true,
26   "source_files": "Sources/*",
27   "pushed_with_swift_version": "3.0"