From 7206342b8928d84c527498ba053d5ffe42e88aab Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Wed, 21 Aug 2024 13:14:29 -0700 Subject: [PATCH] ios post-release --- binding/ios/OrcaAppTest/Podfile | 6 +++--- binding/ios/OrcaAppTest/Podfile.lock | 10 +++++----- demo/ios/OrcaDemo/Podfile | 2 +- demo/ios/OrcaDemo/Podfile.lock | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/binding/ios/OrcaAppTest/Podfile b/binding/ios/OrcaAppTest/Podfile index 1c873e9..86efc83 100644 --- a/binding/ios/OrcaAppTest/Podfile +++ b/binding/ios/OrcaAppTest/Podfile @@ -2,13 +2,13 @@ source 'https://cdn.cocoapods.org/' platform :ios, '13.0' target 'OrcaAppTest' do - pod 'Orca-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec' + pod 'Orca-iOS', '~> 1.0.0' end target 'OrcaAppTestUITests' do - pod 'Orca-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec' + pod 'Orca-iOS', '~> 1.0.0' end target 'PerformanceTest' do - pod 'Orca-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec' + pod 'Orca-iOS', '~> 1.0.0' end diff --git a/binding/ios/OrcaAppTest/Podfile.lock b/binding/ios/OrcaAppTest/Podfile.lock index 6b6f4d2..543cd9f 100644 --- a/binding/ios/OrcaAppTest/Podfile.lock +++ b/binding/ios/OrcaAppTest/Podfile.lock @@ -2,15 +2,15 @@ PODS: - Orca-iOS (1.0.0) DEPENDENCIES: - - Orca-iOS (from `https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec`) + - Orca-iOS (~> 1.0.0) -EXTERNAL SOURCES: - Orca-iOS: - :podspec: https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec +SPEC REPOS: + trunk: + - Orca-iOS SPEC CHECKSUMS: Orca-iOS: d50a0dbbf596f20c6c2e2f727f20f72ac012aa0e -PODFILE CHECKSUM: 8574e18083e80439589d193c1a4bb539879327aa +PODFILE CHECKSUM: 85110c27ad76f2840ec98aff4c162e9ffc71a022 COCOAPODS: 1.15.2 diff --git a/demo/ios/OrcaDemo/Podfile b/demo/ios/OrcaDemo/Podfile index 044407b..2f09f09 100644 --- a/demo/ios/OrcaDemo/Podfile +++ b/demo/ios/OrcaDemo/Podfile @@ -2,5 +2,5 @@ source 'https://cdn.cocoapods.org/' platform :ios, '13.0' target 'OrcaDemo' do - pod 'Orca-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec' + pod 'Orca-iOS', '~> 1.0.0' end diff --git a/demo/ios/OrcaDemo/Podfile.lock b/demo/ios/OrcaDemo/Podfile.lock index 6669758..b8768fc 100644 --- a/demo/ios/OrcaDemo/Podfile.lock +++ b/demo/ios/OrcaDemo/Podfile.lock @@ -2,15 +2,15 @@ PODS: - Orca-iOS (1.0.0) DEPENDENCIES: - - Orca-iOS (from `https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec`) + - Orca-iOS (~> 1.0.0) -EXTERNAL SOURCES: - Orca-iOS: - :podspec: https://raw.githubusercontent.com/Picovoice/orca/v1.0/binding/ios/Orca-iOS.podspec +SPEC REPOS: + trunk: + - Orca-iOS SPEC CHECKSUMS: Orca-iOS: d50a0dbbf596f20c6c2e2f727f20f72ac012aa0e -PODFILE CHECKSUM: 3e22e7fd65479f26cbc1a539b146669ac1204619 +PODFILE CHECKSUM: cfe48de1582b7218aa5c16f59fe450987cdec387 COCOAPODS: 1.15.2