[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / b / 2 / HSKDTree / 1.0 / HSKDTree.podspec.json
blob5fcf2f2ab17ad2850a33820bfcc5b68660921c6c
2   "name": "HSKDTree",
3   "version": "1.0",
4   "license": "MIT",
5   "summary": "Objective-C implementation of a k-dimensional binary space partitioning tree.",
6   "homepage": "http://www.hmspl.de/",
7   "authors": {
8     "Danilo Bürger": "danilo.buerger@hmspl.de"
9   },
10   "source": {
11     "git": "https://github.com/hmspl/HSKDTree.git",
12     "tag": "1.0"
13   },
14   "source_files": "HSKDTree",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   }