[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 8 / 9 / BMQuadtree / 0.1.0 / BMQuadtree.podspec.json
blob0118e187c64bceb7836af0593d3b0073f64bb272
2   "name": "BMQuadtree",
3   "version": "0.1.0",
4   "summary": "Swift implementation of a quadtree.",
5   "swift_version": "4.2",
6   "description": "Swift implementation of a quadtree. A drop-in replacement for GameplayKit's GKQuadtree for it is not working properly.",
7   "homepage": "https://github.com/blackmirror-media/BMQuadtree",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Adam Eri": "adam.eri@blackmirror.media"
14   },
15   "source": {
16     "git": "https://github.com/blackmirror-media/BMQuadtree.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "BMQuadtree/Classes/**/*"