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 b527a5d commit 0e0b2fdCopy full SHA for 0e0b2fd
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" "master"
+github "Project-OSRM/osrm-text-instructions.swift" ~> 0.1
19
```
20
21
Or in your [CocoaPods](http://cocoapods.org/) Podfile:
22
23
```podspec
24
-pod 'OSRMTextInstructions', :git => 'https://github.com/Project-OSRM/osrm-text-instructions.swift.git', :branch => 'master'
+pod 'OSRMTextInstructions', '~> 0.1'
25
26
27
Then `import OSRMTextInstructions` or `@import OSRMTextInstructions;`.
0 commit comments