blob: 642faf1f87a9dddcf92dde1bb6d727e6cfca4e87 [file] [log] [blame]
{
"name": "QTree-objc",
"platforms": {
"ios": null
},
"version": "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.2"
},
"source_files": "QTree/QTree",
"frameworks": [
"CoreLocation",
"MapKit"
],
"requires_arc": true,
"compiler_flags": "-fmodules"
}