Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2 ios release #37

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion binding/ios/Eagle-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Pod::Spec.new do |s|
s.summary = 'iOS binding for Picovoice\'s Eagle speaker recognition engine'
s.description =
<<-DESC
Eagle is Picovoice's on-device speaker recognition engine.
Eagle Speaker Recognition is speaker verification and identification software
that distinguishes individuals using their unique voice characteristics.
DESC
s.homepage = 'https://github.com/Picovoice/eagle/tree/master/binding/ios'
s.author = { 'Picovoice' => '[email protected]' }
Expand Down
6 changes: 3 additions & 3 deletions binding/ios/EagleAppTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'

target 'EagleAppTest' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', '~> 0.2.0'
end

target 'EagleAppTestUITests' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', '~> 0.2.0'
end

target 'PerformanceTest' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', '~> 0.2.0'
end
12 changes: 6 additions & 6 deletions binding/ios/EagleAppTest/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PODS:
- Eagle-iOS (0.2.0)

DEPENDENCIES:
- Eagle-iOS (from `https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec`)
- Eagle-iOS (~> 0.2.0)

EXTERNAL SOURCES:
Eagle-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec
SPEC REPOS:
trunk:
- Eagle-iOS

SPEC CHECKSUMS:
Eagle-iOS: 155eb54e73e37533a0accf3ea5fa1a37d8c999ad
Eagle-iOS: 4d73249948537760d43a71d133e36f4dab62baf1

PODFILE CHECKSUM: 94b6bf1db171f3c4450c52ecee575f957cd0d067
PODFILE CHECKSUM: 437084df4c8d112faabf682827d3b9f36717574b

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion demo/ios/EagleDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/'
platform :ios, '14.0'

target 'EagleDemo' do
pod 'Eagle-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec'
pod 'Eagle-iOS', '~> 0.2.0'
pod 'ios-voice-processor', '~> 1.0.3'
end
11 changes: 4 additions & 7 deletions demo/ios/EagleDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,18 @@ PODS:
- ios-voice-processor (1.0.3)

DEPENDENCIES:
- Eagle-iOS (from `https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec`)
- Eagle-iOS (~> 0.2.0)
- ios-voice-processor (~> 1.0.3)

SPEC REPOS:
trunk:
- Eagle-iOS
- ios-voice-processor

EXTERNAL SOURCES:
Eagle-iOS:
:podspec: https://raw.githubusercontent.com/Picovoice/eagle/v0.2/binding/ios/Eagle-iOS.podspec

SPEC CHECKSUMS:
Eagle-iOS: 155eb54e73e37533a0accf3ea5fa1a37d8c999ad
Eagle-iOS: 4d73249948537760d43a71d133e36f4dab62baf1
ios-voice-processor: 65b25a8db69ea25ffba0eeef37bae71a982f34cc

PODFILE CHECKSUM: a96f563d18b84e565fbb761b30163b9a39a189d5
PODFILE CHECKSUM: 856dca93ab6416a5a8c6da6952dc2a955fea9e4f

COCOAPODS: 1.11.3