Skip to content

Commit

Permalink
v2.0 ios release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 24, 2023
1 parent 689c25b commit 2d57dfb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 18 deletions.
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

0 comments on commit 2d57dfb

Please sign in to comment.