8 "homepage": "https://github.com/vospennikov/ClusterMap",
10 "efremidze": "efremidzel@hotmail.com",
11 "Mikhail Vospennikov": "m.vospennikov@gmail.com"
13 "summary": "High performance MKMap annotation clustering.",
14 "description": "Apple provides a native and nice clustering of MKMapKit. Apple's solution is preferable if you're working with tens or thousands of annotations. You'll face performance issues if you want to work with tens or hundreds of thousands of annotations. This solution aggregates annotations in a background thread using an efficient method (QuadTree). Use demo project to compare performance and choose better solution for your task.",
16 "git": "https://github.com/vospennikov/ClusterMap.git",
19 "source_files": "Sources/ClusterMap/**/*",
20 "swift_versions": "5.7.1",
34 "frameworks": "AppKit"
36 "swift_version": "5.7.1"