blob: 306e4aad5f1f598bc7db1539905c144f23fa5a4a [file] [log] [blame]
{
"name": "CCHMapClusterController",
"version": "1.1.0",
"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.1.0"
},
"frameworks": [
"MapKit",
"CoreLocation"
],
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"source_files": "CCHMapClusterController/*.{h,m}"
}