blob: ba369635435054de5f9583616a9dda974646ea51 [file] [log] [blame]
{
"name": "REMarkerClusterer",
"version": "2.0.1",
"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": "2.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "REMarkerClusterer",
"public_header_files": "REMarkerClusterer/*.h",
"ios": {
"frameworks": [
"CoreLocation",
"MapKit"
]
}
}