[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / 6 / ADClusterMapView / 1.0.0 / ADClusterMapView.podspec.json
blobbad66355cad10efdba2ccbc835a4b4d62a29cf95
2   "name": "ADClusterMapView",
3   "version": "1.0.0",
4   "summary": "ADClusterMapView is a drop-in subclass of MKMapView that displays and animate clusters of annotations.",
5   "description": "                   ADClusterMapView is a drop-in subclass of MKMapView that\n                   displays and animate clusters of annotations. This is very\n                   useful in cases where you have to display many annotations\n                   on the map. Concept and implementation were described on\n                   Applidium's [website][http://applidium.com/en/news/too_many_pins_on_your_map/].\n",
6   "homepage": "https://github.com/applidium/ADClusterMapView",
7   "license": {
8     "type": "NetBSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Applidium": "https://github.com/applidium/"
13   },
14   "source": {
15     "git": "https://github.com/applidium/ADClusterMapView.git",
16     "tag": "v1.0.0"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "source_files": "ADClusterMapView/**/*.{h,m}",
22   "frameworks": [
23     "MapKit",
24     "CoreLocation"
25   ],
26   "requires_arc": false