Skip to content

Commit a6766f3

Browse files
author
Bobby Sudekum
authored
Update to v0.6.1 (#492)
1 parent d5c7204 commit a6766f3

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

MapboxCoreNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxCoreNavigation"
6-
s.version = "0.6.0"
6+
s.version = "0.6.1"
77
s.summary = "Core components for turn-by-turn navigation on iOS."
88

99
s.description = <<-DESC

MapboxNavigation-Documentation.podspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxNavigation-Documentation"
6-
s.version = "0.6.0"
6+
s.version = "0.6.1"
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC
@@ -43,12 +43,12 @@ Pod::Spec.new do |s|
4343
s.requires_arc = true
4444
s.module_name = "MapboxNavigation"
4545

46-
s.dependency "MapboxDirections.swift", "~> 0.10.1"
47-
s.dependency "Mapbox-iOS-SDK", "~> 3.5"
48-
s.dependency "OSRMTextInstructions", "~> 0.3.0"
49-
s.dependency "Pulley", "~> 1.3"
50-
s.dependency "SDWebImage", "~> 4.0"
51-
s.dependency "AWSPolly", "~> 2.5"
46+
s.dependency "MapboxDirections.swift", "0.10.1"
47+
s.dependency "Mapbox-iOS-SDK", "3.6.1"
48+
s.dependency "OSRMTextInstructions", "0.3.0"
49+
s.dependency "Pulley", "1.4"
50+
s.dependency "SDWebImage", "4.1.0"
51+
s.dependency "AWSPolly", "2.5.10"
5252
s.dependency "MapboxMobileEvents", "~> 0.2"
5353

5454
end

MapboxNavigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "MapboxNavigation"
6-
s.version = "0.6.0"
6+
s.version = "0.6.1"
77
s.summary = "Complete turn-by-turn navigation interface for iOS."
88

99
s.description = <<-DESC

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To install Mapbox Navigation using [CocoaPods](https://cocoapods.org/):
2727

2828
1. Specify the following dependency in your Podfile:
2929
```ruby
30-
pod 'MapboxNavigation', '~> 0.6.0'
30+
pod 'MapboxNavigation', '~> 0.6.1'
3131
```
3232
1. Run `pod install` and open the resulting Xcode workspace.
3333

@@ -37,7 +37,7 @@ Alternatively, to install Mapbox Navigation using [Carthage](https://github.com/
3737

3838
1. Specify the following dependency in your Cartfile:
3939
```cartfile
40-
github "mapbox/mapbox-navigation-ios" ~> 0.6.0
40+
github "mapbox/mapbox-navigation-ios" ~> 0.6.1
4141
```
4242

4343
1. Run `carthage update --platform iOS` to build just the iOS dependencies.
@@ -153,7 +153,7 @@ To install Mapbox Core Navigation using [CocoaPods](https://cocoapods.org/):
153153

154154
1. Specify the following dependency in your Podfile:
155155
```ruby
156-
pod 'MapboxCoreNavigation', '~> 0.6.0'
156+
pod 'MapboxCoreNavigation', '~> 0.6.1'
157157
```
158158

159159
1. Run `pod install` and open the resulting Xcode workspace.
@@ -164,7 +164,7 @@ Alternatively, to install Mapbox Core Navigation using [Carthage](https://github
164164

165165
1. Specify the following dependency in your Cartfile:
166166
```cartfile
167-
github "mapbox/mapbox-navigation-ios" ~> 0.6.0
167+
github "mapbox/mapbox-navigation-ios" ~> 0.6.1
168168
```
169169

170170
1. Run `carthage update --platform iOS` to build just the iOS dependencies.

0 commit comments

Comments
 (0)