[Add] Fyber_FMPAdapter 8.3.4
[CocoaPods.git] / Specs / 0 / 8 / 6 / KDTree / 1.0.5 / KDTree.podspec.json
blobf5a2b41b7abf0dbce1e097af57dba9b2370e3dad
2   "name": "KDTree",
3   "version": "1.0.5",
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.0.5"
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/*"