Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Nov 14, 2018
1 parent 7f1a577 commit 6147a95
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@ All notable changes to `ClusterKit` project will be documented in this file.

---

## [0.3.5](https://github.com/hulab/ClusterKit/releases/tag/0.3.5) - November 14, 2018

### Updated

- **Mapbox**: 4.6

## [0.3.4](https://github.com/hulab/ClusterKit/releases/tag/0.3.4) - June 4, 2018

### Updated
Expand Down
7 changes: 6 additions & 1 deletion ClusterKit.podspec
@@ -1,7 +1,7 @@

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

s.description = <<-DESC
Expand Down Expand Up @@ -42,9 +42,14 @@ Pod::Spec.new do |s|
# end

s.subspec 'Mapbox' do |ss|
ss.platform = :ios, '9.0'
ss.dependency 'ClusterKit/Core'
ss.dependency 'Mapbox-iOS-SDK', '~> 4.6'
ss.source_files = 'ClusterKit/Mapbox'
end

s.test_spec do |test_spec|
test_spec.source_files = 'Tests/*.{h,m}'
end

end
5 changes: 2 additions & 3 deletions ClusterKit.xcodeproj/project.pbxproj
Expand Up @@ -316,7 +316,6 @@
};
9CC875771E0295A30019AA18 = {
CreatedOnToolsVersion = 8.1;
DevelopmentTeam = Q95SQ3447E;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -551,7 +550,7 @@
9CC875871E0295A30019AA18 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.hulab.HBClusterManagerTests;
Expand All @@ -562,7 +561,7 @@
9CC875881E0295A30019AA18 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = Q95SQ3447E;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Tests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.hulab.HBClusterManagerTests;
Expand Down
8 changes: 4 additions & 4 deletions Examples/Podfile.lock
@@ -1,9 +1,9 @@
PODS:
- ClusterKit/Core (0.3.4)
- ClusterKit/Mapbox (0.3.4):
- ClusterKit/Core (0.3.5)
- ClusterKit/Mapbox (0.3.5):
- ClusterKit/Core
- Mapbox-iOS-SDK (~> 4.6)
- ClusterKit/MapKit (0.3.4):
- ClusterKit/MapKit (0.3.5):
- ClusterKit/Core
- GeoJSONSerialization (0.0.4)
- GoogleMaps (2.7.0):
Expand All @@ -30,7 +30,7 @@ EXTERNAL SOURCES:
:path: "../."

SPEC CHECKSUMS:
ClusterKit: d9ecb8461dec4785ce5596e44c0c64a2afe492bb
ClusterKit: ab57892b165beacd990f2011bec0799a375230c0
GeoJSONSerialization: 55a3d24fe9af26508e3af76873114b39b13ba479
GoogleMaps: f79af95cb24d869457b1f961c93d3ce8b2f3b848
Mapbox-iOS-SDK: 204c04713477cf2a88c52c5a8eed1790eb75a02a
Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.3.4</string>
<string>0.3.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 6147a95

Please sign in to comment.