[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 0 / 8 / 6 / KDTree / 0.4.0 / KDTree.podspec.json
blob0978fd0005acb433cfd4b7bf71037d2a6910a2d9
2   "name": "KDTree",
3   "version": "0.4.0",
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.4.0"
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/**/*",
27   "pushed_with_swift_version": "3.0"