blob: 592fe17b8dc106f82bc2175bbc23c5ded1635666 [file] [log] [blame]
{
"name": "REVClusterMap",
"version": "0.0.1",
"summary": "Simple Clustering API for MKMapView.",
"description": "REVClusterMap API is a simple implementation of clustering for the iOS platform. An extra layer of functionalities that enables clustering built on top of the MapKit Framework. With a small set of customizable settings the simple cluster algorithm provides an easy way to cluster your annotations. The source code is free to use in non-commercial and commercial projects without our written consent. Additions or bug-fixes are more than welcome. Shout-outs are always encouraged. Enjoy!",
"homepage": "http://revolver.be/blog/mapkit-clustering-for-ios/",
"license": "MIT",
"authors": {
"REVOLVER": "info@revolver.be"
},
"source": {
"git": "https://github.com/RVLVR/REVClusterMap.git",
"commit": "3a313042defd698deca434097e8f667af8fffff2"
},
"platforms": {
"ios": "4.0"
},
"source_files": "REVClusterMap/REVClusterMap/*.{h,m}",
"resources": "REVClusterMap/Recources/assets/*.png",
"frameworks": "MapKit",
"requires_arc": false
}