File tree Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Expand file tree Collapse file tree 5 files changed +19
-9
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.3.5] ( https://github.com/hulab/ClusterKit/releases/tag/0.3.5 ) - November 14, 2018
7
+
8
+ ### Updated
9
+
10
+ - ** Mapbox** : 4.6
11
+
6
12
## [ 0.3.4] ( https://github.com/hulab/ClusterKit/releases/tag/0.3.4 ) - June 4, 2018
7
13
8
14
### Updated
Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |s |
3
3
s . name = "ClusterKit"
4
- s . version = "0.3.4 "
4
+ s . version = "0.3.5 "
5
5
s . summary = "ClusterKit is a map clustering framework targeting MapKit, Google Maps and Mapbox."
6
6
7
7
s . description = <<-DESC
@@ -42,9 +42,14 @@ Pod::Spec.new do |s|
42
42
# end
43
43
44
44
s . subspec 'Mapbox' do |ss |
45
+ ss . platform = :ios , '9.0'
45
46
ss . dependency 'ClusterKit/Core'
46
47
ss . dependency 'Mapbox-iOS-SDK' , '~> 4.6'
47
48
ss . source_files = 'ClusterKit/Mapbox'
48
49
end
49
50
51
+ s . test_spec do |test_spec |
52
+ test_spec . source_files = 'Tests/*.{h,m}'
53
+ end
54
+
50
55
end
Original file line number Diff line number Diff line change 316
316
};
317
317
9CC875771E0295A30019AA18 = {
318
318
CreatedOnToolsVersion = 8.1;
319
- DevelopmentTeam = Q95SQ3447E;
320
319
ProvisioningStyle = Automatic;
321
320
};
322
321
};
551
550
9CC875871E0295A30019AA18 /* Debug */ = {
552
551
isa = XCBuildConfiguration;
553
552
buildSettings = {
554
- DEVELOPMENT_TEAM = Q95SQ3447E ;
553
+ DEVELOPMENT_TEAM = "" ;
555
554
INFOPLIST_FILE = Tests/Info.plist;
556
555
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
557
556
PRODUCT_BUNDLE_IDENTIFIER = com.hulab.HBClusterManagerTests;
562
561
9CC875881E0295A30019AA18 /* Release */ = {
563
562
isa = XCBuildConfiguration;
564
563
buildSettings = {
565
- DEVELOPMENT_TEAM = Q95SQ3447E ;
564
+ DEVELOPMENT_TEAM = "" ;
566
565
INFOPLIST_FILE = Tests/Info.plist;
567
566
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
568
567
PRODUCT_BUNDLE_IDENTIFIER = com.hulab.HBClusterManagerTests;
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - ClusterKit/Core (0.3.4 )
3
- - ClusterKit/Mapbox (0.3.4 ):
2
+ - ClusterKit/Core (0.3.5 )
3
+ - ClusterKit/Mapbox (0.3.5 ):
4
4
- ClusterKit/Core
5
5
- Mapbox-iOS-SDK (~> 4.6)
6
- - ClusterKit/MapKit (0.3.4 ):
6
+ - ClusterKit/MapKit (0.3.5 ):
7
7
- ClusterKit/Core
8
8
- GeoJSONSerialization (0.0.4)
9
9
- GoogleMaps (2.7.0):
@@ -30,7 +30,7 @@ EXTERNAL SOURCES:
30
30
:path: "../."
31
31
32
32
SPEC CHECKSUMS:
33
- ClusterKit: d9ecb8461dec4785ce5596e44c0c64a2afe492bb
33
+ ClusterKit: ab57892b165beacd990f2011bec0799a375230c0
34
34
GeoJSONSerialization: 55a3d24fe9af26508e3af76873114b39b13ba479
35
35
GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848
36
36
Mapbox-iOS-SDK: 204c04713477cf2a88c52c5a8eed1790eb75a02a
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.4 </string >
18
+ <string >0.3.5 </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