File tree 4 files changed +11
-5
lines changed
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.
3
3
4
4
---
5
5
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
+
6
12
## [ 0.3.5] ( https://github.com/hulab/ClusterKit/releases/tag/0.3.5 ) - November 14, 2018
7
13
8
14
### Updated
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
36
36
37
37
[GMSServices provideAPIKey: @" <#Enter your google API key#>" ];
38
38
[MGLAccountManager setAccessToken: @" <#Enter your Mapbox access token#>" ];
39
- [YMKMapKit setApiKey: " <#Enter your YandexMapKit access token#>" ];
39
+ [YMKMapKit setApiKey: @ " <#Enter your YandexMapKit access token#>" ];
40
40
41
41
return YES ;
42
42
}
Original file line number Diff line number Diff line change 2
2
- ClusterKit/Core (0.4.0)
3
3
- ClusterKit/Mapbox (0.4.0):
4
4
- ClusterKit/Core
5
- - Mapbox-iOS-SDK (~> 4.7 )
5
+ - Mapbox-iOS-SDK (~> 4.6 )
6
6
- ClusterKit/MapKit (0.4.0):
7
7
- ClusterKit/Core
8
8
- GeoJSONSerialization (0.0.4)
@@ -36,7 +36,7 @@ EXTERNAL SOURCES:
36
36
:path: "../."
37
37
38
38
SPEC CHECKSUMS:
39
- ClusterKit: 5f0a82528b09c8ccb684250267cec80cf347c922
39
+ ClusterKit: a15da2e7a437c525b18e10f007fd2198336e3e2e
40
40
GeoJSONSerialization: 55a3d24fe9af26508e3af76873114b39b13ba479
41
41
GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848
42
42
Mapbox-iOS-SDK: f9292a75e8cd5eb828f4432623bfc48aac42146a
@@ -45,4 +45,4 @@ SPEC CHECKSUMS:
45
45
46
46
PODFILE CHECKSUM: 8cd7d6fc523f40e53a12546f4b45c85894e2cf99
47
47
48
- COCOAPODS: 1.6.0.beta.2
48
+ COCOAPODS: 1.6.0
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.3.5 </string >
18
+ <string >0.4.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments