Skip to content

Commit 7d59555

Browse files
author
Bobby Sudekum
authored
Merge pull request #21 from Project-OSRM/bump
Bump MapboxDirections.swift
2 parents f444321 + edfd4ad commit 7d59555

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "mapbox/MapboxDirections.swift" ~> 0.8
1+
github "mapbox/MapboxDirections.swift" ~> 0.9

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "mapbox/MapboxDirections.swift" "v0.8.1"
1+
github "mapbox/MapboxDirections.swift" "v0.9.0"
22
github "raphaelmor/Polyline" "v4.1.1"

OSRMTextInstructions.podspec

Lines changed: 4 additions & 4 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 = "OSRMTextInstructions"
6-
s.version = "0.1.0"
6+
s.version = "0.1.1"
77
s.summary = "Transforms OSRM route reponses into human-readable instructions."
88

99
s.description = <<-DESC
@@ -36,17 +36,17 @@ Pod::Spec.new do |s|
3636
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
3737

3838
s.resources = ['OSRMTextInstructions/*.lproj/*.plist']
39-
39+
4040
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4141

4242
s.source_files = "OSRMTextInstructions"
43-
43+
4444
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4545

4646
s.requires_arc = true
4747
s.module_name = "OSRMTextInstructions"
4848

49-
s.dependency "MapboxDirections.swift"
49+
s.dependency "MapboxDirections.swift", "~> 0.9"
5050

5151
s.prepare_command = "./json2plist.sh"
5252

0 commit comments

Comments
 (0)