[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 1 / 6 / ADClusterMapView / 1.1.0 / ADClusterMapView.podspec.json
blob6257c433d42edf61f83c634e832451e439b6cdc7
2   "name": "ADClusterMapView",
3   "version": "1.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "ADClusterMapView/**/*.{h,m}",
22   "frameworks": [
23     "MapKit",
24     "CoreLocation"
25   ],
26   "requires_arc": true