blob: c405c705b792734bcf449d9ddbb6adcda87d3330 [file] [log] [blame]
{
"name": "HSClusterMapView",
"version": "1.0.4",
"summary": "A GMSMapView subclass which clusters GMSMarkers within close proximity.",
"description": "A GMSMapView subclass which clusters groups of GMSMarkers and replaces them with single GMSMarkers, enabling the developer to generate custom UIImages for each cluster on the fly. It also includes a GMSMapView subclass, HSMapView, which does not cluster GMSMarkers, but instead keeps track of the GMSMarkers on the map internally, eliminating the need to store them elsewhere. HSMapView aims to provide a clean map interface to work with the Google Maps for iOS SDK.",
"homepage": "https://github.com/hotschedules/HSClusterMapView",
"license": "MIT",
"authors": {
"abouzek": "alan.bouzek@gmail.com"
},
"source": {
"git": "https://github.com/hotschedules/HSClusterMapView.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit",
"GoogleMaps"
],
"dependencies": {
"GoogleMaps": [
"~> 1.10.1"
]
}
}