blob: 0118e187c64bceb7836af0593d3b0073f64bb272 [file] [log] [blame]
{
"name": "BMQuadtree",
"version": "0.1.0",
"summary": "Swift implementation of a quadtree.",
"swift_version": "4.2",
"description": "Swift implementation of a quadtree. A drop-in replacement for GameplayKit's GKQuadtree for it is not working properly.",
"homepage": "https://github.com/blackmirror-media/BMQuadtree",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Eri": "adam.eri@blackmirror.media"
},
"source": {
"git": "https://github.com/blackmirror-media/BMQuadtree.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "BMQuadtree/Classes/**/*"
}