blob: 3d8c818581467a9adae3a15325604bba6250715d [file] [log] [blame]
{
"name": "REMarkerClusterer",
"version": "1.0",
"authors": {
"Roman Efimov": "romefimov@gmail.com"
},
"homepage": "https://github.com/romaonthego/REMarkerClusterer",
"summary": "REMarkerClusterer creates and manages per-zoom-level clusters for large amounts of markers.",
"source": {
"git": "https://github.com/romaonthego/REMarkerClusterer.git",
"tag": "1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"source_files": "REMarkerClusterer",
"public_header_files": "REMarkerClusterer/*.h",
"platforms": {
"ios": null
},
"ios": {
"frameworks": [
"CoreLocation",
"MapKit"
]
}
}