[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 2 / 7 / REMarkerClusterer / 1.0 / REMarkerClusterer.podspec.json
blob3d8c818581467a9adae3a15325604bba6250715d
2   "name": "REMarkerClusterer",
3   "version": "1.0",
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": "1.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "requires_arc": true,
18   "source_files": "REMarkerClusterer",
19   "public_header_files": "REMarkerClusterer/*.h",
20   "platforms": {
21     "ios": null
22   },
23   "ios": {
24     "frameworks": [
25       "CoreLocation",
26       "MapKit"
27     ]
28   }