4 "summary": "ClusterKit is a map clustering framework targeting MapKit, Google Maps and Mapbox.",
5 "description": "ClusterKit is an efficient clustering framework with the following features:\n- Native supports of MapKit, GoogleMaps and Mapbox.\n- Comes with 2 clustering algorithms, a Grid Based Algorithm and a Non Hierarchical Distance Based Algorithm. Other algorithms can easily be integrated.\n- Annotations are stored in a QuadTree for efficient region queries.\n- Cluster center can be switched to Centroid, Nearest Centroid, Bottom.\n- Handles pin selection as well as drag and dropping.\n- Written in Objective-C with full Swift interop support.",
6 "homepage": "https://github.com/hulab/ClusterKit",
9 "Hulab": "info@mapstr.com"
12 "git": "https://github.com/hulab/ClusterKit.git",
15 "social_media_url": "https://twitter.com/mapstr_app",
20 "default_subspecs": "Core",
24 "frameworks": "MapKit",
26 "ClusterKit/ClusterKit.h",
27 "ClusterKit/Core/**/*.{h,m}"
37 "source_files": "ClusterKit/MapKit"
49 "source_files": "ClusterKit/Mapbox"