blob: f178aac68ab46911885a0bffaf06871d6511eb99 [file] [log] [blame]
{
"name": "CCHMapClusterController",
"version": "1.6.6",
"license": "MIT",
"summary": "High-performance 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"
},
"social_media_url": "https://twitter.com/claushoefele",
"source": {
"git": "https://github.com/choefele/CCHMapClusterController.git",
"tag": "1.6.6"
},
"frameworks": [
"MapKit",
"CoreLocation"
],
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"source_files": "CCHMapClusterController/*.{h,m}",
"private_header_files": "CCHMapClusterController/{CCHMapTree,CCHMapTreeUtils,CCHMapClusterControllerUtils,CCHMapClusterControllerDebugPolygon,CCHMapClusterOperation,CCHMapViewDelegateProxy}.h"
}