File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- github "mapbox/MapboxDirections.swift" ~> 0.8
1
+ github "mapbox/MapboxDirections.swift" ~> 0.9
Original file line number Diff line number Diff line change 1
- github "mapbox/MapboxDirections.swift" "v0.8.1 "
1
+ github "mapbox/MapboxDirections.swift" "v0.9.0 "
2
2
github "raphaelmor/Polyline" "v4.1.1"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
3
3
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4
4
5
5
s . name = "OSRMTextInstructions"
6
- s . version = "0.1.0 "
6
+ s . version = "0.1.1 "
7
7
s . summary = "Transforms OSRM route reponses into human-readable instructions."
8
8
9
9
s . description = <<-DESC
@@ -36,17 +36,17 @@ Pod::Spec.new do |s|
36
36
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
37
37
38
38
s . resources = [ 'OSRMTextInstructions/*.lproj/*.plist' ]
39
-
39
+
40
40
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
41
41
42
42
s . source_files = "OSRMTextInstructions"
43
-
43
+
44
44
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
45
45
46
46
s . requires_arc = true
47
47
s . module_name = "OSRMTextInstructions"
48
48
49
- s . dependency "MapboxDirections.swift"
49
+ s . dependency "MapboxDirections.swift" , "~> 0.9"
50
50
51
51
s . prepare_command = "./json2plist.sh"
52
52
You can’t perform that action at this time.
0 commit comments