[Delete] VersionConfirm 0.1.1
[CocoaPods.git] / Specs / 0 / 8 / 6 / KDTree / 0.1.2 / KDTree.podspec.json
blob62bac309023ca45c7612e20a5e98e3ebc5aa3593
2   "name": "KDTree",
3   "version": "0.1.2",
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.1.2"
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": "Pod/Classes/**/*"