[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / 6 / ADClusterMapView / 1.0.1 / ADClusterMapView.podspec.json
blob9cf4352a14f3da58a5e4f875f6a275ffdd73f78f
2   "name": "ADClusterMapView",
3   "version": "1.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "source_files": "ADClusterMapView/**/*.{h,m}",
22   "frameworks": [
23     "MapKit",
24     "CoreLocation"
25   ],
26   "requires_arc": false