From 465f95102f6aaedd31b85c038e5b86a15b3ed572 Mon Sep 17 00:00:00 2001 From: Maxime Epain Date: Mon, 11 Feb 2019 12:47:12 +0100 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 6 ++++++ Examples/Example-objc/CKAppDelegate.m | 2 +- Examples/Podfile.lock | 6 +++--- Framework/Info.plist | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc628e8..cf074a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to `ClusterKit` project will be documented in this file. --- +## [0.4.0](https://github.com/hulab/ClusterKit/releases/tag/0.4.0) - February 11, 2019 + +### Added + +- **Yandex Map**: Thanks to [@petropavel13](https://github.com/petropavel13) for the **YandexMapKit** integration. + ## [0.3.5](https://github.com/hulab/ClusterKit/releases/tag/0.3.5) - November 14, 2018 ### Updated diff --git a/Examples/Example-objc/CKAppDelegate.m b/Examples/Example-objc/CKAppDelegate.m index 511c62d..a86e007 100644 --- a/Examples/Example-objc/CKAppDelegate.m +++ b/Examples/Example-objc/CKAppDelegate.m @@ -36,7 +36,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( [GMSServices provideAPIKey:@"<#Enter your google API key#>"]; [MGLAccountManager setAccessToken:@"<#Enter your Mapbox access token#>"]; - [YMKMapKit setApiKey:"<#Enter your YandexMapKit access token#>"]; + [YMKMapKit setApiKey:@"<#Enter your YandexMapKit access token#>"]; return YES; } diff --git a/Examples/Podfile.lock b/Examples/Podfile.lock index 42f0db5..9c68963 100644 --- a/Examples/Podfile.lock +++ b/Examples/Podfile.lock @@ -2,7 +2,7 @@ PODS: - ClusterKit/Core (0.4.0) - ClusterKit/Mapbox (0.4.0): - ClusterKit/Core - - Mapbox-iOS-SDK (~> 4.7) + - Mapbox-iOS-SDK (~> 4.6) - ClusterKit/MapKit (0.4.0): - ClusterKit/Core - GeoJSONSerialization (0.0.4) @@ -36,7 +36,7 @@ EXTERNAL SOURCES: :path: "../." SPEC CHECKSUMS: - ClusterKit: 5f0a82528b09c8ccb684250267cec80cf347c922 + ClusterKit: a15da2e7a437c525b18e10f007fd2198336e3e2e GeoJSONSerialization: 55a3d24fe9af26508e3af76873114b39b13ba479 GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848 Mapbox-iOS-SDK: f9292a75e8cd5eb828f4432623bfc48aac42146a @@ -45,4 +45,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 8cd7d6fc523f40e53a12546f4b45c85894e2cf99 -COCOAPODS: 1.6.0.beta.2 +COCOAPODS: 1.6.0 diff --git a/Framework/Info.plist b/Framework/Info.plist index 8b9e446..a6faa05 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3.5 + 0.4.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass