File tree 3 files changed +5
-5
lines changed
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|
3
3
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4
4
5
5
s . name = "OSRMTextInstructions"
6
- s . version = "0.3.0 "
6
+ s . version = "0.3.1 "
7
7
s . summary = "Transforms OSRM route reponses into human-readable instructions."
8
8
9
9
s . description = <<-DESC
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.3.0 </string >
18
+ <string >0.3.1 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >4 </string >
20
+ <string >5 </string >
21
21
<key >NSPrincipalClass </key >
22
22
<string ></string >
23
23
</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
15
15
Specify the following dependency in your [ Carthage] ( https://github.com/Carthage/Carthage/ ) Cartfile:
16
16
17
17
``` cartfile
18
- github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.0
18
+ github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.1
19
19
```
20
20
21
21
Or in your [ CocoaPods] ( http://cocoapods.org/ ) Podfile:
22
22
23
23
``` podspec
24
- pod ' OSRMTextInstructions' , ' ~> 0.3.0 '
24
+ pod ' OSRMTextInstructions' , ' ~> 0.3.1 '
25
25
```
26
26
27
27
Then ` import OSRMTextInstructions ` or ` @import OSRMTextInstructions; ` .
You can’t perform that action at this time.
0 commit comments