[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 1 / c / VPTree / 0.1.2 / VPTree.podspec.json
blobe8a8093c3f010afbabed93bed672983c189b7003
2   "name": "VPTree",
3   "version": "0.1.2",
4   "summary": "A vantage-point data structure for efficient nearest neighbor searching.",
5   "description": "Fork of lchenay/VPTree-Swift, which in turn is inspired by huyng/algorithms for Python. The purpose of this fork is to update the repository to the latest Swift 5 changes.",
6   "homepage": "https://github.com/easytarget2000/VPTree-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "easytarget2000": "michel@easy-target.eu"
13   },
14   "source": {
15     "git": "https://github.com/easytarget2000/VPTree-Swift.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "VPTree/Classes/**/*",
22   "swift_versions": "5",
23   "swift_version": "5"