From 182700c22706b1b106b67815e722b6e5ed2aec92 Mon Sep 17 00:00:00 2001 From: Kwangsoo Yeo Date: Thu, 23 Nov 2023 17:55:01 -0800 Subject: [PATCH] v2.0 ios release --- binding/ios/KoalaAppTest/Podfile | 6 +++--- binding/ios/KoalaAppTest/Podfile.lock | 15 +++++---------- demo/ios/KoalaDemo/Podfile | 2 +- demo/ios/KoalaDemo/Podfile.lock | 14 +++----------- 4 files changed, 12 insertions(+), 25 deletions(-) diff --git a/binding/ios/KoalaAppTest/Podfile b/binding/ios/KoalaAppTest/Podfile index 246611c..41b52bc 100644 --- a/binding/ios/KoalaAppTest/Podfile +++ b/binding/ios/KoalaAppTest/Podfile @@ -2,13 +2,13 @@ source 'https://cdn.cocoapods.org/' platform :ios, '13.0' target 'KoalaAppTest' do - pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec' + pod 'Koala-iOS', '~> 2.0.0' end target 'KoalaAppTestUITests' do - pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec' + pod 'Koala-iOS', '~> 2.0.0' end target 'PerformanceTest' do - pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec' + pod 'Koala-iOS', '~> 2.0.0' end diff --git a/binding/ios/KoalaAppTest/Podfile.lock b/binding/ios/KoalaAppTest/Podfile.lock index e692b88..f11ba0d 100644 --- a/binding/ios/KoalaAppTest/Podfile.lock +++ b/binding/ios/KoalaAppTest/Podfile.lock @@ -2,20 +2,15 @@ PODS: - Koala-iOS (2.0.0) DEPENDENCIES: - - Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec`) + - Koala-iOS (~> 2.0.0) -EXTERNAL SOURCES: - Koala-iOS: - :podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec - -CHECKOUT OPTIONS: - Koala-iOS: - :commit: 82b588b19cb7225222853f7709f9e5de20415b47 - :git: https://github.com/Picovoice/koala.git +SPEC REPOS: + trunk: + - Koala-iOS SPEC CHECKSUMS: Koala-iOS: b0e48400203d615520e6539f9994826183e5bb5a -PODFILE CHECKSUM: 381e817acee795228bfa1a183f0e7d0ab7f73836 +PODFILE CHECKSUM: 96e97bfb2db18a96bd2a8170036d04a3667e55fb COCOAPODS: 1.11.3 diff --git a/demo/ios/KoalaDemo/Podfile b/demo/ios/KoalaDemo/Podfile index 09eaebc..61ab0f5 100644 --- a/demo/ios/KoalaDemo/Podfile +++ b/demo/ios/KoalaDemo/Podfile @@ -2,6 +2,6 @@ source 'https://cdn.cocoapods.org/' platform :ios, '13.0' target 'KoalaDemo' do - pod 'Koala-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec' + pod 'Koala-iOS', '~> 2.0.0' pod 'ios-voice-processor', '~> 1.1.0' end diff --git a/demo/ios/KoalaDemo/Podfile.lock b/demo/ios/KoalaDemo/Podfile.lock index 4ed3c58..b4d14e0 100644 --- a/demo/ios/KoalaDemo/Podfile.lock +++ b/demo/ios/KoalaDemo/Podfile.lock @@ -4,25 +4,17 @@ PODS: DEPENDENCIES: - ios-voice-processor (~> 1.1.0) - - Koala-iOS (from `https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec`) + - Koala-iOS (~> 2.0.0) SPEC REPOS: trunk: - ios-voice-processor - -EXTERNAL SOURCES: - Koala-iOS: - :podspec: https://raw.githubusercontent.com/Picovoice/koala/v2.0-ios-update/binding/ios/Koala-iOS.podspec - -CHECKOUT OPTIONS: - Koala-iOS: - :commit: 9ea3024bbf5a91ad3ec558d23c64c936bcebf623 - :git: https://github.com/Picovoice/koala.git + - Koala-iOS SPEC CHECKSUMS: ios-voice-processor: 8e32d7f980a06d392d128ef1cd19cf6ddcaca3c1 Koala-iOS: b0e48400203d615520e6539f9994826183e5bb5a -PODFILE CHECKSUM: f99f2e7415cfd22cf0f2a831dcc43a163a55e560 +PODFILE CHECKSUM: 83bf75f0e80df078aab1b58cc8d0c1f923297232 COCOAPODS: 1.11.3