Skip to content

Commit 6e96be0

Browse files
committed
fix(ios): Fixing wrong Firebase dependency
1 parent f3aa36f commit 6e96be0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CapacitorFcm.podspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
s.source_files = 'ios/Plugin/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
1111
s.ios.deployment_target = '11.0'
1212
s.dependency 'Capacitor'
13-
s.dependency 'Firebase'
1413
s.dependency 'FirebaseCore'
1514
s.dependency 'FirebaseMessaging'
1615
s.static_framework = true
17-
end
16+
end

0 commit comments

Comments
 (0)