Skip to content

Commit 8ef20fd

Browse files
committed
0.7.8
1 parent 8136bd0 commit 8ef20fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FluidAudio.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "FluidAudio"
3-
spec.version = "0.7.7"
3+
spec.version = "0.7.8"
44
spec.summary = "Speaker diarization, voice-activity-detection and transcription with CoreML"
55
spec.description = <<-DESC
66
Fluid Audio is a Swift SDK for fully local, low-latency audio AI on Apple devices,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies: [
6464
],
6565
```
6666

67-
**CocoaPods:** We recommend using [cocoapods-spm](https://github.com/trinhngocthuyen/cocoapods-spm) for better SPM integration, but if needed, you can also use our podspec: `pod 'FluidAudio', '~> 0.7.7'`
67+
**CocoaPods:** We recommend using [cocoapods-spm](https://github.com/trinhngocthuyen/cocoapods-spm) for better SPM integration, but if needed, you can also use our podspec: `pod 'FluidAudio', '~> 0.7.8'`
6868

6969
Important: When adding FluidAudio as a package dependency, only add the library to your target (not the executable). Select `FluidAudio` library in the package products dialog and add it to your app target.
7070

0 commit comments

Comments
 (0)