Skip to content

Commit

Permalink
Update to v0.6.1 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Sudekum authored Aug 14, 2017
1 parent d5c7204 commit a6766f3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion MapboxCoreNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "MapboxCoreNavigation"
s.version = "0.6.0"
s.version = "0.6.1"
s.summary = "Core components for turn-by-turn navigation on iOS."

s.description = <<-DESC
Expand Down
14 changes: 7 additions & 7 deletions MapboxNavigation-Documentation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "MapboxNavigation-Documentation"
s.version = "0.6.0"
s.version = "0.6.1"
s.summary = "Complete turn-by-turn navigation interface for iOS."

s.description = <<-DESC
Expand Down Expand Up @@ -43,12 +43,12 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.module_name = "MapboxNavigation"

s.dependency "MapboxDirections.swift", "~> 0.10.1"
s.dependency "Mapbox-iOS-SDK", "~> 3.5"
s.dependency "OSRMTextInstructions", "~> 0.3.0"
s.dependency "Pulley", "~> 1.3"
s.dependency "SDWebImage", "~> 4.0"
s.dependency "AWSPolly", "~> 2.5"
s.dependency "MapboxDirections.swift", "0.10.1"
s.dependency "Mapbox-iOS-SDK", "3.6.1"
s.dependency "OSRMTextInstructions", "0.3.0"
s.dependency "Pulley", "1.4"
s.dependency "SDWebImage", "4.1.0"
s.dependency "AWSPolly", "2.5.10"
s.dependency "MapboxMobileEvents", "~> 0.2"

end
2 changes: 1 addition & 1 deletion MapboxNavigation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "MapboxNavigation"
s.version = "0.6.0"
s.version = "0.6.1"
s.summary = "Complete turn-by-turn navigation interface for iOS."

s.description = <<-DESC
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install Mapbox Navigation using [CocoaPods](https://cocoapods.org/):

1. Specify the following dependency in your Podfile:
```ruby
pod 'MapboxNavigation', '~> 0.6.0'
pod 'MapboxNavigation', '~> 0.6.1'
```
1. Run `pod install` and open the resulting Xcode workspace.

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

1. Specify the following dependency in your Cartfile:
```cartfile
github "mapbox/mapbox-navigation-ios" ~> 0.6.0
github "mapbox/mapbox-navigation-ios" ~> 0.6.1
```

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

1. Specify the following dependency in your Podfile:
```ruby
pod 'MapboxCoreNavigation', '~> 0.6.0'
pod 'MapboxCoreNavigation', '~> 0.6.1'
```

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

1. Specify the following dependency in your Cartfile:
```cartfile
github "mapbox/mapbox-navigation-ios" ~> 0.6.0
github "mapbox/mapbox-navigation-ios" ~> 0.6.1
```

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

0 comments on commit a6766f3

Please sign in to comment.