File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to `ClusterKit` project will be documented in this file.
33
44---
55
6+ ## [ 0.4.0] ( https://github.com/hulab/ClusterKit/releases/tag/0.4.0 ) - February 11, 2019
7+
8+ ### Added
9+
10+ - ** Yandex Map** : Thanks to [ @petropavel13 ] ( https://github.com/petropavel13 ) for the ** YandexMapKit** integration.
11+
612## [ 0.3.5] ( https://github.com/hulab/ClusterKit/releases/tag/0.3.5 ) - November 14, 2018
713
814### Updated
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3636
3737 [GMSServices provideAPIKey: @" <#Enter your google API key#>" ];
3838 [MGLAccountManager setAccessToken: @" <#Enter your Mapbox access token#>" ];
39- [YMKMapKit setApiKey: " <#Enter your YandexMapKit access token#>" ];
39+ [YMKMapKit setApiKey: @ " <#Enter your YandexMapKit access token#>" ];
4040
4141 return YES ;
4242}
Original file line number Diff line number Diff line change 22 - ClusterKit/Core (0.4.0)
33 - ClusterKit/Mapbox (0.4.0):
44 - ClusterKit/Core
5- - Mapbox-iOS-SDK (~> 4.7 )
5+ - Mapbox-iOS-SDK (~> 4.6 )
66 - ClusterKit/MapKit (0.4.0):
77 - ClusterKit/Core
88 - GeoJSONSerialization (0.0.4)
@@ -36,7 +36,7 @@ EXTERNAL SOURCES:
3636 :path: "../."
3737
3838SPEC CHECKSUMS:
39- ClusterKit: 5f0a82528b09c8ccb684250267cec80cf347c922
39+ ClusterKit: a15da2e7a437c525b18e10f007fd2198336e3e2e
4040 GeoJSONSerialization: 55a3d24fe9af26508e3af76873114b39b13ba479
4141 GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848
4242 Mapbox-iOS-SDK: f9292a75e8cd5eb828f4432623bfc48aac42146a
@@ -45,4 +45,4 @@ SPEC CHECKSUMS:
4545
4646PODFILE CHECKSUM: 8cd7d6fc523f40e53a12546f4b45c85894e2cf99
4747
48- COCOAPODS: 1.6.0.beta.2
48+ COCOAPODS: 1.6.0
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.3.5 </string >
18+ <string >0.4.0 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments