[Add] LiveLikeCore 2.77.2
[CocoaPods.git] / Specs / 0 / 8 / 6 / KDTree / 1.3.1 / KDTree.podspec.json
blob858d9cf6a67bdfcb4ec786d5eb761c8facdfc94f
2   "name": "KDTree",
3   "version": "1.3.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": "1.3.1"
18   },
19   "social_media_url": "https://twitter.com/bersaelor",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.10",
24     "tvos": "9.2"
25   },
26   "requires_arc": true,
27   "source_files": "Sources/*",
28   "swift_version": "5.0"