Skip to content

Commit

Permalink
chore(ios): Set deployment target to iOS 13 in podspec (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Nov 11, 2022
1 parent 2ee6cd2 commit 3c35784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CapacitorCommunityFirebaseAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.author = package['author']
s.source = { :git => 'https://github.com/capacitor-community/firebase-analytics', :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '12.0'
s.ios.deployment_target = '13.0'
s.static_framework = true
s.dependency 'Capacitor'
s.dependency 'Firebase/Analytics'
Expand Down

0 comments on commit 3c35784

Please sign in to comment.