blob: 157079619f79725b8d09f9872e70387482eb5575 [file] [log] [blame]
{
"name": "QTree-objc",
"platforms": {
"ios": null
},
"version": "0.0.2",
"summary": "Library for location-based clustering of data using Quadtree written in Objective-C.",
"homepage": "https://github.com/blackm00n/QTree-objc",
"license": "MIT",
"authors": {
"Aleksey Kozhevnikov": "aleksey.kozhevnikov@gmail.com"
},
"source": {
"git": "https://github.com/blackm00n/QTree-objc.git",
"tag": "0.0.2"
},
"source_files": "QTree/QTree",
"frameworks": [
"CoreLocation",
"MapKit"
],
"requires_arc": true,
"compiler_flags": "-fmodules"
}