blob: 5df06a98db97462e407aeac6625d5db0ac17d59d [file] [log] [blame]
{
"name": "ADClusterMapView",
"version": "1.0.3",
"summary": "ADClusterMapView is a drop-in subclass of MKMapView that displays and animate clusters of annotations.",
"description": " ADClusterMapView is a drop-in subclass of MKMapView that\n displays and animate clusters of annotations. This is very\n useful in cases where you have to display many annotations\n on the map. Concept and implementation were described on\n Applidium's [website][http://applidium.com/en/news/too_many_pins_on_your_map/].\n",
"homepage": "https://github.com/applidium/ADClusterMapView",
"license": {
"type": "NetBSD",
"file": "LICENSE"
},
"authors": {
"Applidium": "https://github.com/applidium/"
},
"source": {
"git": "https://github.com/applidium/ADClusterMapView.git",
"tag": "v1.0.3"
},
"platforms": {
"ios": null
},
"source_files": "ADClusterMapView/**/*.{h,m}",
"frameworks": [
"MapKit",
"CoreLocation"
],
"requires_arc": false
}