Skip to content

Commit cc5a713

Browse files
committed
fix: correct dependency syntax in podspec
1 parent fa64dc9 commit cc5a713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-driver-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
3333
s.source_files = "ios/*.{h,m,mm}"
3434

3535
s.dependency "React-Core"
36-
s.dependency "GoogleRidesharingDriver", ">= 10.0.0, < 10.1.0"
36+
s.dependency "GoogleRidesharingDriver", ">= 10.0.0", "< 10.1.0"
3737

3838
# Don't install the dependencies when we run `pod install` in the old architecture.
3939
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

0 commit comments

Comments
 (0)