Skip to content

Commit

Permalink
added cocoapods installation hint in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cay-Zhang committed Jul 27, 2021
1 parent 90812d5 commit 6e41f28
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ Aside from the readme, the best way to learn more about SwiftSpeech and how spee
- [x] Fully open low-level APIs.

## Installation
SwiftSpeech is available through Swift Package Manager. To use it, add a package dependency using URL:
### Swift Package Manager (Recommended)
In Xcode, select `Add Packages...` from the `File` menu and enter the following package URL:
```html
https://github.com/Cay-Zhang/SwiftSpeech.git
https://github.com/Cay-Zhang/SwiftSpeech
```

### CocoaPods
```ruby
pod 'SwiftSpeech'
```

## Getting Started
Expand Down

0 comments on commit 6e41f28

Please sign in to comment.