Skip to content

Commit

Permalink
chore: update iOS SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgimenez committed Sep 4, 2024
1 parent 1ad1129 commit e346ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RnBugfender.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

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

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

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

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

0 comments on commit e346ec3

Please sign in to comment.