Skip to content

Commit

Permalink
refactor!: remove FCM dependency from cocoapods (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
levibostian committed Nov 18, 2022
1 parent 72b7477 commit 3547076
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 3547076

Please sign in to comment.