Skip to content

Commit

Permalink
fix(push-notifications): bump iOS deployment target to 12.0 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd authored Jan 12, 2021
1 parent 0bcd833 commit d5b6503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push-notifications/CapacitorPushNotifications.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.author = package['author']
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
s.dependency 'Firebase/Messaging', '~> 7.3'
s.static_framework = true
Expand Down

0 comments on commit d5b6503

Please sign in to comment.