From d0fbbd52a291a8f433d0ecbbcfc342cadf0465e7 Mon Sep 17 00:00:00 2001 From: Kwangsoo Yeo Date: Thu, 23 Nov 2023 16:39:19 -0800 Subject: [PATCH] update pod --- binding/react-native/test-app/LeopardTestApp/ios/Podfile | 2 +- demo/react-native/ios/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binding/react-native/test-app/LeopardTestApp/ios/Podfile b/binding/react-native/test-app/LeopardTestApp/ios/Podfile index e7a4bf3a..f3db3d13 100644 --- a/binding/react-native/test-app/LeopardTestApp/ios/Podfile +++ b/binding/react-native/test-app/LeopardTestApp/ios/Podfile @@ -14,7 +14,7 @@ end target 'LeopardTestApp' do config = use_native_modules! - pod 'Leopard-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec' + pod 'Leopard-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/leopard/v2.0/binding/ios/Leopard-iOS.podspec' # Flags change depending on the env values. flags = get_default_flags() diff --git a/demo/react-native/ios/Podfile b/demo/react-native/ios/Podfile index b1e14513..b9e1372a 100644 --- a/demo/react-native/ios/Podfile +++ b/demo/react-native/ios/Podfile @@ -5,6 +5,6 @@ platform :ios, '13.0' target 'LeopardDemo' do config = use_native_modules! - pod 'Leopard-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/leopard/v2.0-ios/binding/ios/Leopard-iOS.podspec' + pod 'Leopard-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/leopard/v2.0/binding/ios/Leopard-iOS.podspec' use_react_native!(:path => config["reactNativePath"]) end