blob: 91fb4e6cf500b9227041e3e0252b775c272f7dec [file] [log] [blame]
{
"name": "BentoMap",
"version": "0.1.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"
},
"source": {
"git": "https://github.com/Raizlabs/BentoMap.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ateliercw",
"platforms": {
"ios": "9.0"
},
"source_files": "BentoMap/**/*",
"frameworks": [
"Foundation",
"MapKit"
]
}