Skip to content

Commit

Permalink
Merge pull request #51 from mapbox/10.3.0-beta.1
Browse files Browse the repository at this point in the history
Update SPM and CocoaPods configs for 10.3.0-beta.1 release
  • Loading branch information
alexshalamov authored Jan 11, 2022
2 parents 0ab1eab + 17b9758 commit 9955bce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MapboxCoreMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

version = '10.2.0'
version = '10.3.0-beta.1'

m.name = 'MapboxCoreMaps'
m.version = version
Expand All @@ -22,6 +22,6 @@ Pod::Spec.new do |m|

m.vendored_frameworks = 'MapboxCoreMaps.xcframework'

m.dependency 'MapboxCommon', '~> 21.0'
m.dependency 'MapboxCommon', '~> 21.1.0-beta'

end
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import PackageDescription
import Foundation

let registry = SDKRegistry()
let version = "10.2.0"
let checksum = "fb1812a744daf04906c1f2a3fd026ed9cf83392febf09956cf31e58bca624d24"
let version = "10.3.0-beta.1"
let checksum = "72dd4a8d60d6b128727bb17c48cd680c465dcd5fa017ab29c719e28478dc028e"

let package = Package(
name: "MapboxCoreMaps",
Expand All @@ -17,7 +17,7 @@ let package = Package(
targets: ["MapboxCoreMapsWrapper"]),
],
dependencies: [
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", from: "21.0.0"),
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", from: "21.1.0-beta.1"),
],
targets: [
.target(
Expand Down

0 comments on commit 9955bce

Please sign in to comment.