Skip to content

Commit

Permalink
SPM installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 authored Jun 27, 2019
1 parent d0ad219 commit 45e46b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Or in your [CocoaPods](http://cocoapods.org/) Podfile:
pod 'MapboxSpeech', '~> 0.2.0'
```

Or in your [Swift Package Manager](https://swift.org/package-manager/) Package.swift:

```swift
.package(url: "https://github.com/mapbox/mapbox-speech-swift.git", from: "0.2.0")
```

Then `import MapboxSpeech` or `@import MapboxSpeech;`.

## Usage
Expand Down

0 comments on commit 45e46b6

Please sign in to comment.