Skip to content

Commit 6147a95

Browse files
committed
Release 0.3.5
1 parent 7f1a577 commit 6147a95

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to `ClusterKit` project will be documented in this file.
33

44
---
55

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+
612
## [0.3.4](https://github.com/hulab/ClusterKit/releases/tag/0.3.4) - June 4, 2018
713

814
### Updated

ClusterKit.podspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "ClusterKit"
4-
s.version = "0.3.4"
4+
s.version = "0.3.5"
55
s.summary = "ClusterKit is a map clustering framework targeting MapKit, Google Maps and Mapbox."
66

77
s.description = <<-DESC
@@ -42,9 +42,14 @@ Pod::Spec.new do |s|
4242
# end
4343

4444
s.subspec 'Mapbox' do |ss|
45+
ss.platform = :ios, '9.0'
4546
ss.dependency 'ClusterKit/Core'
4647
ss.dependency 'Mapbox-iOS-SDK', '~> 4.6'
4748
ss.source_files = 'ClusterKit/Mapbox'
4849
end
4950

51+
s.test_spec do |test_spec|
52+
test_spec.source_files = 'Tests/*.{h,m}'
53+
end
54+
5055
end

ClusterKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@
316316
};
317317
9CC875771E0295A30019AA18 = {
318318
CreatedOnToolsVersion = 8.1;
319-
DevelopmentTeam = Q95SQ3447E;
320319
ProvisioningStyle = Automatic;
321320
};
322321
};
@@ -551,7 +550,7 @@
551550
9CC875871E0295A30019AA18 /* Debug */ = {
552551
isa = XCBuildConfiguration;
553552
buildSettings = {
554-
DEVELOPMENT_TEAM = Q95SQ3447E;
553+
DEVELOPMENT_TEAM = "";
555554
INFOPLIST_FILE = Tests/Info.plist;
556555
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
557556
PRODUCT_BUNDLE_IDENTIFIER = com.hulab.HBClusterManagerTests;
@@ -562,7 +561,7 @@
562561
9CC875881E0295A30019AA18 /* Release */ = {
563562
isa = XCBuildConfiguration;
564563
buildSettings = {
565-
DEVELOPMENT_TEAM = Q95SQ3447E;
564+
DEVELOPMENT_TEAM = "";
566565
INFOPLIST_FILE = Tests/Info.plist;
567566
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
568567
PRODUCT_BUNDLE_IDENTIFIER = com.hulab.HBClusterManagerTests;

Examples/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
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):
44
- ClusterKit/Core
55
- Mapbox-iOS-SDK (~> 4.6)
6-
- ClusterKit/MapKit (0.3.4):
6+
- ClusterKit/MapKit (0.3.5):
77
- ClusterKit/Core
88
- GeoJSONSerialization (0.0.4)
99
- GoogleMaps (2.7.0):
@@ -30,7 +30,7 @@ EXTERNAL SOURCES:
3030
:path: "../."
3131

3232
SPEC CHECKSUMS:
33-
ClusterKit: d9ecb8461dec4785ce5596e44c0c64a2afe492bb
33+
ClusterKit: ab57892b165beacd990f2011bec0799a375230c0
3434
GeoJSONSerialization: 55a3d24fe9af26508e3af76873114b39b13ba479
3535
GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848
3636
Mapbox-iOS-SDK: 204c04713477cf2a88c52c5a8eed1790eb75a02a

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3.4</string>
18+
<string>0.3.5</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)