-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
88 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
.DS_Store | ||
|
||
# Xcode | ||
.build/ | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
Pod::Spec.new do |s| | ||
s.name = 'ios-voice-processor' | ||
s.module_name = 'ios_voice_processor' | ||
s.version = '1.1.2' | ||
s.version = '1.2.0' | ||
s.summary = 'An asynchronous iOS audio recording library designed for real-time speech audio processing.' | ||
s.description = <<-DESC | ||
The iOS Voice Processor is an asynchronous audio capture library designed for real-time audio processing. | ||
|
@@ -22,7 +22,7 @@ Pod::Spec.new do |s| | |
s.author = { 'Picovoice' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/Picovoice/ios-voice-processor.git', :tag => s.version.to_s } | ||
|
||
s.ios.deployment_target = '11.0' | ||
s.ios.deployment_target = '13.0' | ||
s.swift_version = '5.0' | ||
s.source_files = 'src/ios_voice_processor/VoiceProcessor*.swift' | ||
s.frameworks = 'AVFoundation' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters