[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / 7 / REMarkerClusterer / 2.3 / REMarkerClusterer.podspec.json
blob9e439a5f574828da2e7e9532ee3f6b188fe4e57e
2   "name": "REMarkerClusterer",
3   "version": "2.3",
4   "authors": {
5     "Roman Efimov": "romefimov@gmail.com"
6   },
7   "homepage": "https://github.com/romaonthego/REMarkerClusterer",
8   "summary": "REMarkerClusterer creates and manages per-zoom-level clusters for large amounts of markers.",
9   "source": {
10     "git": "https://github.com/romaonthego/REMarkerClusterer.git",
11     "tag": "2.3"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "source_files": "REMarkerClusterer",
22   "public_header_files": "REMarkerClusterer/*.h",
23   "ios": {
24     "frameworks": [
25       "CoreLocation",
26       "MapKit"
27     ]
28   }