File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33 # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44
55 s . name = "OSRMTextInstructions"
6- s . version = "0.3.0 "
6+ s . version = "0.3.1 "
77 s . summary = "Transforms OSRM route reponses into human-readable instructions."
88
99 s . description = <<-DESC
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.3.0 </string >
18+ <string >0.3.1 </string >
1919 <key >CFBundleVersion </key >
20- <string >4 </string >
20+ <string >5 </string >
2121 <key >NSPrincipalClass </key >
2222 <string ></string >
2323</dict >
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ OSRM Text Instructions for Swift is based on the canonical [osrm-text-instructio
1515Specify the following dependency in your [ Carthage] ( https://github.com/Carthage/Carthage/ ) Cartfile:
1616
1717``` cartfile
18- github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.0
18+ github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.1
1919```
2020
2121Or in your [ CocoaPods] ( http://cocoapods.org/ ) Podfile:
2222
2323``` podspec
24- pod ' OSRMTextInstructions' , ' ~> 0.3.0 '
24+ pod ' OSRMTextInstructions' , ' ~> 0.3.1 '
2525```
2626
2727Then ` import OSRMTextInstructions ` or ` @import OSRMTextInstructions; ` .
You can’t perform that action at this time.
0 commit comments