Skip to content

Commit

Permalink
use actual release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Sudekum committed Feb 16, 2018
1 parent 01b26f9 commit f6e5bcc
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,5 +1,5 @@
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" ~> 3.7
github "mapbox/MapboxDirections.swift" "banner-types"
github "mapbox/MapboxDirections.swift" ~> 0.17
github "mapbox/turf-swift" ~> 0.0.3
github "rs/SDWebImage" ~> 4.3
github "mapbox/mapbox-events-ios" ~> 0.3
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "3.7.4"
github "ceeK/Solar" "2.1.0"
github "facebook/ios-snapshot-test-case" "2.1.4"
github "mapbox/MapboxDirections.swift" "bb9d99c3462d09c202548a264f929af6e9119f9f"
github "mapbox/MapboxDirections.swift" "v0.17.0"
github "mapbox/mapbox-events-ios" "v0.3.0"
github "mapbox/mapbox-voice-swift" "v0.0.1"
github "mapbox/turf-swift" "v0.0.4"
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.module_name = "MapboxCoreNavigation"

s.dependency "MapboxDirections.swift", "~> 0.16.1"
s.dependency "MapboxDirections.swift", "~> 0.17"
s.dependency "MapboxMobileEvents", "~> 0.3"
s.dependency "Turf", "~> 0.0.4"

Expand Down
2 changes: 1 addition & 1 deletion MapboxNavigation-Documentation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.module_name = "MapboxNavigation"

s.dependency "MapboxDirections.swift", "~> 0.16.1"
s.dependency "MapboxDirections.swift", "~> 0.17"
s.dependency "Mapbox-iOS-SDK", "~> 3.6"
s.dependency "SDWebImage", "~> 4.1"
s.dependency "MapboxMobileEvents", "~> 0.3"
Expand Down

0 comments on commit f6e5bcc

Please sign in to comment.