blob: 58fc365fb3b86fd4b59fe4dffc943d982d11536b [file] [log] [blame]
{
"name": "BentoMap",
"version": "0.3.3",
"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",
"Matt Buckley": "matt.buckley@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/BentoMap.git",
"tag": "0.3.3"
},
"social_media_url": "https://twitter.com/atelierclkwrk",
"platforms": {
"ios": "8.0"
},
"source_files": "BentoMap/**/*",
"frameworks": [
"Foundation",
"MapKit"
],
"pushed_with_swift_version": "3.0"
}