You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ClusterKit.podspec
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
2
2
Pod::Spec.newdo |s|
3
3
s.name="ClusterKit"
4
-
s.version="0.2.0"
5
-
s.summary="ClusterKit is a map clustering framework targeting MapKit and Google Maps."
4
+
s.version="0.3.0"
5
+
s.summary="ClusterKit is a map clustering framework targeting MapKit, Google Maps and Mapbox."
6
6
7
7
s.description=<<-DESC
8
8
ClusterKit is an efficient clustering framework with the following features:
9
-
- Supports MapKit AND GoogleMaps.
9
+
- Native supports of MapKit, GoogleMaps and Mapbox.
10
10
- Comes with 2 clustering algorithms, a Grid Based Algorithm and a Non Hierarchical Distance Based Algorithm. Other algorithms can easily be integrated.
11
11
- Annotations are stored in a QuadTree for efficient region queries.
12
12
- Cluster center can be switched to Centroid, Nearest Centroid, Bottom.
13
+
- Handles pin selection as well as drag and dropping.
13
14
- Written in Objective-C with full Swift interop support.
0 commit comments