Firebase/Messaging have dependencies on:
Using Firebase
Using FirebaseAnalytics
Using FirebaseCore
Using FirebaseInstanceID
Using FirebaseMessaging
Using GoogleInterchangeUtilities
Using GoogleSymbolUtilities
Using GoogleToolboxForMac
I would like to know is it possible to exclude GoogleToolboxForMac
? Problem is that I have one static library included that already use GoogleToolboxForMac
without cocoapods.
So just want to know is it possible or not?