Skip to content

Commit

Permalink
Upgraded to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Apr 20, 2018
1 parent ac31170 commit bb8c034
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" ~> 3.7
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" ~> 4.0
github "mapbox/MapboxDirections.swift" ~> 0.20.0
github "mapbox/turf-swift" ~> 0.1
github "mapbox/mapbox-events-ios" ~> 0.4
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "3.7.6"
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "4.0.0"
github "ceeK/Solar" "2.1.0"
github "mapbox/MapboxDirections.swift" "v0.20.0"
github "mapbox/mapbox-events-ios" "v0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation-Documentation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Pod::Spec.new do |s|
s.module_name = "MapboxNavigation"

s.dependency "MapboxDirections.swift", "~> 0.19.1"
s.dependency "Mapbox-iOS-SDK", "4.0.0-beta.3"
s.dependency "Mapbox-iOS-SDK", "~> 4.0"
s.dependency "MapboxMobileEvents", "~> 0.4"
s.dependency "Solar", "~> 2.1"
s.dependency "Turf", "~> 0.1"
Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Pod::Spec.new do |s|
s.module_name = "MapboxNavigation"

s.dependency "MapboxCoreNavigation", "#{s.version.to_s}"
s.dependency "Mapbox-iOS-SDK", "4.0.0-rc.1"
s.dependency "Mapbox-iOS-SDK", "~> 4.0"
s.dependency "Solar", "~> 2.1"
s.dependency "MapboxSpeech", "~> 0.0.1"

Expand Down

0 comments on commit bb8c034

Please sign in to comment.