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