Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Oct 24, 2024
1 parent 20872bb commit 4752d9c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,22 @@ listeners.
## Requirements

- [XCode](https://developer.apple.com/xcode/)
- [CocoaPods](https://cocoapods.org/)
- [SPM](https://www.swift.org/documentation/package-manager/) or [CocoaPods](https://cocoapods.org/)

## Compatibility

- iOS 11.0+

## Installation

iOS Voice Processor is available via CocoaPods. To import it into your iOS project, add the following line to your Podfile:
iOS Voice Processor is available via the Swift Package Manager and CocoaPods.

To import the package using SPM, open up your project's Package Dependencies in XCode and add:
```
https://github.com/Picovoice/ios-voice-processor.git
```

To import it into your iOS project using CocoaPods, add the following line to your Podfile:
```ruby
pod 'ios-voice-processor'
```
Expand Down

0 comments on commit 4752d9c

Please sign in to comment.