We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad1129 commit e346ec3Copy full SHA for e346ec3
1 file changed
RnBugfender.podspec
@@ -11,13 +11,13 @@ Pod::Spec.new do |s|
11
s.license = package["license"]
12
s.authors = package["author"]
13
14
- s.platforms = { :ios => "11.0" }
+ s.platforms = { :ios => "12.0" }
15
s.source = { :git => "https://github.com/bugfender/BugfenderSDK-iOS", :tag => "master" }
16
17
s.source_files = "ios/**/*.{h,m,mm}"
18
19
s.dependency "React-Core"
20
- s.dependency 'BugfenderSDK', '~> 1.10' # From 1.10 to 2.0 (excluded)
+ s.dependency 'BugfenderSDK', '~> 2.0'
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