Skip to content

Commit

Permalink
fix: remove FCM dependency from cocoapods as not being used in code
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Nov 4, 2022
1 parent d44c58a commit 6e6611e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CustomerIOMessagingPushFCM.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ Pod::Spec.new do |spec|
spec.source_files = "Sources/MessagingPushFCM/**/*"
spec.module_name = "CioMessagingPushFCM" # the `import X` name when using SDK in Swift files

spec.dependency "CustomerIOMessagingPush", "= #{spec.version.to_s}"
spec.dependency "FirebaseMessaging", '~> 8.10.0'
spec.dependency "CustomerIOMessagingPush", "= #{spec.version.to_s}"
end

0 comments on commit 6e6611e

Please sign in to comment.