We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d299d2f commit a4a2606Copy full SHA for a4a2606
README.md
@@ -15,13 +15,13 @@ OSRM Text Instructions for Swift is based on the canonical [osrm-text-instructio
15
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:
16
17
```cartfile
18
-github "Project-OSRM/osrm-text-instructions.swift" ~> 0.10
+github "Project-OSRM/osrm-text-instructions.swift" ~> 0.2.0
19
```
20
21
Or in your [CocoaPods](http://cocoapods.org/) Podfile:
22
23
```podspec
24
-pod 'OSRMTextInstructions', '~> 0.10'
+pod 'OSRMTextInstructions', '~> 0.2.0'
25
26
27
Then `import OSRMTextInstructions` or `@import OSRMTextInstructions;`.
0 commit comments