[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 6 / 4 / BirdBush / 0.7.0 / BirdBush.podspec.json
blob3a7bca49bdc78018e8e1da71500d158946cafe1c
2   "name": "BirdBush",
3   "version": "0.7.0",
4   "summary": "A static kd tree for geographical purposes",
5   "description": "Swift implementation of a k-d binary space partitioning tree. The data is stored in a pair of arrays, making serialization very straightforward. Besides the classic k-d tree queries, BirdBush also implements a geographical nearest neighbor search based on mourner's geokdbush.",
6   "homepage": "https://github.com/hsnetzer/bird-bush",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harry Netzer": "hsnetzer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hsnetzer/bird-bush.git",
16     "tag": "0.7.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "BirdBush/Classes/**/*",
22   "dependencies": {
23     "SwiftPriorityQueue": [
25     ]
26   },
27   "swift_versions": "5.0",
28   "swift_version": "5.0"