We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9637bf commit 8c9ba22Copy full SHA for 8c9ba22
1 file changed
RnBugfender.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.source_files = "ios/**/*.{h,m,mm}"
18
19
s.dependency "React-Core"
20
- s.dependency 'BugfenderSDK', '~> 1.10.6'
+ s.dependency 'BugfenderSDK', '~> 1.10' # From 1.10 to 2.0 (excluded)
21
22
# Don't install the dependencies when we run `pod install` in the old architecture.
23
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
0 commit comments