From 2d57dfb256b6ce6adbba68cfd93c8073ccddf853 Mon Sep 17 00:00:00 2001 From: Kwangsoo Yeo Date: Fri, 24 Nov 2023 09:51:02 -0800 Subject: [PATCH] v2.0 ios release --- binding/ios/Eagle-iOS.podspec | 3 ++- binding/ios/EagleAppTest/Podfile | 6 +++--- binding/ios/EagleAppTest/Podfile.lock | 12 ++++++------ demo/ios/EagleDemo/Podfile | 2 +- demo/ios/EagleDemo/Podfile.lock | 11 ++++------- 5 files changed, 16 insertions(+), 18 deletions(-) diff --git a/binding/ios/Eagle-iOS.podspec b/binding/ios/Eagle-iOS.podspec index 54c1fe4..1e419a2 100644 --- a/binding/ios/Eagle-iOS.podspec +++ b/binding/ios/Eagle-iOS.podspec @@ -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' => 'hello@picovoice.ai' } diff --git a/binding/ios/EagleAppTest/Podfile b/binding/ios/EagleAppTest/Podfile index 39d467b..80101d2 100644 --- a/binding/ios/EagleAppTest/Podfile +++ b/binding/ios/EagleAppTest/Podfile @@ -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 diff --git a/binding/ios/EagleAppTest/Podfile.lock b/binding/ios/EagleAppTest/Podfile.lock index be06978..e0ab13a 100644 --- a/binding/ios/EagleAppTest/Podfile.lock +++ b/binding/ios/EagleAppTest/Podfile.lock @@ -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 diff --git a/demo/ios/EagleDemo/Podfile b/demo/ios/EagleDemo/Podfile index fa375a1..9962da5 100644 --- a/demo/ios/EagleDemo/Podfile +++ b/demo/ios/EagleDemo/Podfile @@ -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 diff --git a/demo/ios/EagleDemo/Podfile.lock b/demo/ios/EagleDemo/Podfile.lock index 359a8ea..ad38b45 100644 --- a/demo/ios/EagleDemo/Podfile.lock +++ b/demo/ios/EagleDemo/Podfile.lock @@ -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