File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
react-native/test-app/CheetahTestApp/ios Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
DESC
23
23
s . homepage = 'https://github.com/Picovoice/cheetah/tree/master/binding/ios'
24
24
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 " }
26
26
s . ios . deployment_target = '13.0'
27
27
s . swift_version = '5.0'
28
28
s . vendored_frameworks = 'lib/ios/PvCheetah.xcframework'
Original file line number Diff line number Diff line change 15
15
target 'CheetahTestApp' do
16
16
config = use_native_modules!
17
17
# 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'
19
19
20
20
# Flags change depending on the env values.
21
21
flags = get_default_flags ( )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ platform :ios, '13.0'
5
5
6
6
target 'CheetahDemo' do
7
7
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'
9
9
use_react_native! ( :path => config [ "reactNativePath" ] )
10
10
end
11
11
You can’t perform that action at this time.
0 commit comments