Skip to content

Commit e346ec3

Browse files
committed
chore: update iOS SDK version
1 parent 1ad1129 commit e346ec3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RnBugfender.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Pod::Spec.new do |s|
1111
s.license = package["license"]
1212
s.authors = package["author"]
1313

14-
s.platforms = { :ios => "11.0" }
14+
s.platforms = { :ios => "12.0" }
1515
s.source = { :git => "https://github.com/bugfender/BugfenderSDK-iOS", :tag => "master" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm}"
1818

1919
s.dependency "React-Core"
20-
s.dependency 'BugfenderSDK', '~> 1.10' # From 1.10 to 2.0 (excluded)
20+
s.dependency 'BugfenderSDK', '~> 2.0'
2121

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

0 commit comments

Comments
 (0)