Skip to content

Commit

Permalink
fix(push-notifications): remove unused Firebase/Messaging dependency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd authored Jan 12, 2021
1 parent d5b6503 commit 0f4ca7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion push-notifications/CapacitorPushNotifications.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '12.0'
s.dependency 'Capacitor'
s.dependency 'Firebase/Messaging', '~> 7.3'
s.static_framework = true
s.swift_version = '5.1'
end

0 comments on commit 0f4ca7c

Please sign in to comment.