I have a third-party objc package that uses ObjectiveDropboxOfficial. I need to add some swift code that interacts with that package. The swift code would need to interact with the same dropbox manager that the objc (through ObjectiveDropboxOfficial) is using. Can I install both ObjectiveDropboxOfficial & SwiftyDropbox in the same project using cocoapods and have my swift code interact with the same underlying dropbox connection that ObjectiveDropboxOfficial is using. Say - set up the connection with the SwiftyDropbox and have the ObjectiveDropboxOfficial library see and use the same dropbox connection?