[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / c / 3 / HSClusterMapView / 1.0.5 / HSClusterMapView.podspec.json
blobf2aba3da16f059c28f04f2a698592216060e6a31
2   "name": "HSClusterMapView",
3   "version": "1.0.5",
4   "summary": "A GMSMapView subclass which clusters GMSMarkers within close proximity.",
5   "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.",
6   "homepage": "https://github.com/hotschedules/HSClusterMapView",
7   "license": "MIT",
8   "authors": {
9     "abouzek": "alan.bouzek@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/hotschedules/HSClusterMapView.git",
13     "tag": "1.0.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": [
21     "UIKit",
22     "MapKit",
23     "GoogleMaps"
24   ],
25   "dependencies": {
26     "GoogleMaps": [
27       "~> 1.13.0"
28     ]
29   }