Skip to content

Commit ad2640d

Browse files
committed
Remove explicit dependency on MapboxCommon
1 parent 754ceed commit ad2640d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* MapboxNavigation now requires [MapboxMaps v10.6._x_](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.6.0). ([#3955](https://github.com/mapbox/mapbox-navigation-ios/pull/3955))
88
* MapboxCoreNavigation now requires [MapboxNavigationNative v106._x_](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/106.0.0). ([#3955](https://github.com/mapbox/mapbox-navigation-ios/pull/3955))
99
* MapboxCoreNavigation now requires [MapboxDirections v2.6.0-beta.2](https://github.com/mapbox/mapbox-directions-swift/releases/tag/v2.6.0-beta.2). ([#3941](https://github.com/mapbox/mapbox-navigation-ios/pull/3941))
10-
* MapboxCoreNavigation now explicitly requires [MapboxCommon v22._x_](https://github.com/mapbox/mapbox-common-ios/releases/tag/v22.0.0). ([#3955](https://github.com/mapbox/mapbox-navigation-ios/pull/3955))
1110

1211
### Routing
1312

MapboxCoreNavigation.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Pod::Spec.new do |s|
4343
s.dependency "MapboxNavigationNative", "~> 106.0"
4444
s.dependency "MapboxDirections-pre", "2.6.0-beta.2"
4545
s.dependency "MapboxMobileEvents", "~> 1.0"
46-
s.dependency "MapboxCommon", "~> 22.0"
4746

4847
s.swift_version = "5.0"
4948
end

0 commit comments

Comments
 (0)