blob: 3ab660accf25ce9a1601978c4a1feff97d037d04 [file] [log] [blame]
{
"name": "ClusterKit",
"version": "0.1.3",
"summary": "ClusterKit is a map clustering framework targeting MapKit and Google Maps.",
"description": "ClusterKit is an efficient clustering framework with the following features:\n- Supports MapKit AND GoogleMaps.\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- 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.1.3"
},
"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": [
"ClusterKit/ClusterKit.h",
"ClusterKit/Core/**/*.{h,m}"
]
},
{
"name": "MapKit",
"dependencies": {
"ClusterKit/Core": [
]
},
"source_files": "ClusterKit/MapKit"
}
]
}