Skip to content

Commit 619fe9d

Browse files
Update SPM configs for 10.0.0-beta.14 release
1 parent af04111 commit 619fe9d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MapboxMaps.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
maps_version = '10.0.0-beta.13'
3+
maps_version = '10.0.0-beta.14'
44

55
m.name = 'MapboxMaps'
66
m.version = maps_version
@@ -21,8 +21,8 @@ Pod::Spec.new do |m|
2121
m.source_files = 'Sources/MapboxMaps/**/*.{swift,h}'
2222
m.resources = 'Sources/**/*.{xcassets,strings}'
2323

24-
m.dependency 'MapboxCoreMaps', '10.0.0-beta.15'
25-
m.dependency 'MapboxCommon', '10.0.0-beta.11'
24+
m.dependency 'MapboxCoreMaps', ' 10.0.0-beta.15'
25+
m.dependency 'MapboxCommon', ' 10.0.0-beta.11'
2626
m.dependency 'MapboxMobileEvents', '0.10.8'
2727
m.dependency 'Turf', '2.0.0-alpha.3'
2828

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: ["MapboxMaps"]),
1414
],
1515
dependencies: [
16-
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact("10.0.0-beta.11")),
17-
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact("10.0.0-beta.15")),
16+
.package(name: "MapboxCommon", url: "https://github.com/mapbox/mapbox-common-ios.git", .exact(" 10.0.0-beta.11")),
17+
.package(name: "MapboxCoreMaps", url: "https://github.com/mapbox/mapbox-core-maps-ios.git", .exact(" 10.0.0-beta.15")),
1818
.package(name: "MapboxMobileEvents", url: "https://github.com/mapbox/mapbox-events-ios.git", .exact("0.10.8")),
1919
.package(name: "Turf", url: "https://github.com/mapbox/turf-swift.git", .exact("2.0.0-alpha.3")),
2020
],

0 commit comments

Comments
 (0)