blob: 6c2320cc5cd2fed6dbc120d9a5e878b54367a2c1 [file] [log] [blame]
{
"name": "ClusterKit",
"version": "0.5.0",
"summary": "ClusterKit is a map clustering framework targeting MapKit, Google Maps, Mapbox and YandexMapKit.",
"description": "ClusterKit is an efficient clustering framework with the following features:\n- Native supports of MapKit, GoogleMaps, Mapbox and YandexMapKit.\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.",
"homepage": "https://github.com/hulab/ClusterKit",
"license": "MIT",
"authors": {
"Hulab": "info@mapstr.com"
},
"source": {
"git": "https://github.com/hulab/ClusterKit.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/mapstr_app",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"frameworks": "MapKit",
"source_files": "Sources/ClusterKit/**/*.{h,m}",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/ClusterKitTests/*.{h,m}"
}
]
},
{
"name": "Mapbox",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"ClusterKit/Core": [
],
"Mapbox-iOS-SDK": [
"~> 5.0"
]
},
"source_files": "Sources/Mapbox"
}
]
}