blob: 536d6db69e77227a001360e1599b48bc890d8466 [file] [log] [blame]
{
"name": "OCMapView",
"version": "0.1.0",
"platforms": {
"ios": null
},
"summary": "Simple, easy and fast class for clustering in MKMapViews.",
"homepage": "https://github.com/yinkou/OCMapView",
"authors": {
"Botond Kis": "boti.kis@gmx.at",
"Markus Emrich": "markus@nxtbgthng.com"
},
"source": {
"git": "https://github.com/yinkou/OCMapView.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "OCMapView",
"frameworks": [
"MapKit",
"CoreLocation"
],
"license": "LICENSE.txt",
"description": "OpenClusterMapView is a simple and easy to use drop-in replacement for MKMapView on iOS. If you are displaying a lot of annotations on the map, this class is made for you. OCMapView automatically creates clusters by combining annotations super fast. It works with any iOS application. You dont even need to change any code other than replacingthe MKMapView class."
}