blob: 87b9093f7c13b8a493bfec3bfc9aabe0410fe1c0 [file] [log] [blame]
{
"name": "BentoMap",
"version": "0.3.0",
"summary": "Map Clustering for Swift.",
"description": "A library to handle storing map annotations in a Quadtrees, and for returning\nclusters of annotations to allow easy grouping of map items based on proximity.",
"homepage": "https://github.com/Raizlabs/BentoMap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Skiba": "mike.skiba@raizlabs.com",
"Rob Visentin": "rob.visentin@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/BentoMap.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/ateliercw",
"platforms": {
"ios": "9.0"
},
"source_files": "BentoMap/**/*",
"frameworks": [
"Foundation",
"MapKit"
],
"pushed_with_swift_version": "3.0"
}