[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 8 / d / ClusterMap / 1.1.0 / ClusterMap.podspec.json
blobc2377b285f8cd146490f0bae4d5180d083f883e1
2   "name": "ClusterMap",
3   "version": "1.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/vospennikov/ClusterMap",
9   "authors": {
10     "efremidze": "efremidzel@hotmail.com",
11     "Mikhail Vospennikov": "m.vospennikov@gmail.com"
12   },
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.",
15   "source": {
16     "git": "https://github.com/vospennikov/ClusterMap.git",
17     "tag": "1.1.0"
18   },
19   "source_files": "Sources/ClusterMap/**/*",
20   "swift_versions": "5.7.1",
21   "platforms": {
22     "ios": "13.0",
23     "osx": "11.0"
24   },
25   "frameworks": [
26     "MapKit",
27     "Foundation",
28     "CoreLocation"
29   ],
30   "ios": {
31     "frameworks": "UIKit"
32   },
33   "osx": {
34     "frameworks": "AppKit"
35   },
36   "swift_version": "5.7.1"