Skip to content

Commit b07ef50

Browse files
committed
v2.1 RN - Update Podfile source
1 parent 1b62a93 commit b07ef50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

binding/ios/Cheetah-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
DESC
2323
s.homepage = 'https://github.com/Picovoice/cheetah/tree/master/binding/ios'
2424
s.author = { 'Picovoice' => '[email protected]' }
25-
s.source = { :git => "https://github.com/Picovoice/cheetah.git", :branch => "v2.1" }
25+
s.source = { :git => "https://github.com/Picovoice/cheetah.git", :branch => "v2.1-react-native" }
2626
s.ios.deployment_target = '13.0'
2727
s.swift_version = '5.0'
2828
s.vendored_frameworks = 'lib/ios/PvCheetah.xcframework'

binding/react-native/test-app/CheetahTestApp/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
target 'CheetahTestApp' do
1616
config = use_native_modules!
1717
# pod 'Cheetah-iOS', '~> 2.1.0'
18-
pod 'Cheetah-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cheetah/v2.1/binding/ios/Cheetah-iOS.podspec'
18+
pod 'Cheetah-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cheetah/v2.1-react-native/binding/ios/Cheetah-iOS.podspec'
1919

2020
# Flags change depending on the env values.
2121
flags = get_default_flags()

demo/react-native/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform :ios, '13.0'
55

66
target 'CheetahDemo' do
77
config = use_native_modules!
8-
pod 'Cheetah-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cheetah/v2.1/binding/ios/Cheetah-iOS.podspec'
8+
pod 'Cheetah-iOS', :podspec => 'https://raw.githubusercontent.com/Picovoice/cheetah/v2.1-react-native/binding/ios/Cheetah-iOS.podspec'
99
use_react_native!(:path => config["reactNativePath"])
1010
end
1111

0 commit comments

Comments
 (0)