blob: 347c67ea3223d27efc1b9d5c0c5b8b34ee668c1f [file] [log] [blame]
{
"name": "CCHMapClusterController",
"version": "1.0.1",
"license": "MIT",
"summary": "Map clustering with MapKit for iOS and OS X. Integrate with 4 lines of code.",
"homepage": "https://github.com/choefele/CCHMapClusterController",
"authors": {
"Claus Höfele": "claus@claushoefele.com"
},
"source": {
"git": "https://github.com/choefele/CCHMapClusterController.git",
"tag": "1.0.1"
},
"frameworks": [
"MapKit",
"CoreLocation"
],
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"source_files": "CCHMapClusterController/*.{h,m}"
}