Swift Package Manager support
Can you add the support for SPM for the iOS sdk (since it's the native way to embed library, and it's now more flexible than before).
Thanks
Any idea if this is being looked at @caller9? No response from team and was opened a couple of months a go. As an iOS dev I definitely don't want to use Cocoapods anymore and would prefer not having to install the framework manually. Thanks
Anything? GoogleSignIn is literally the only pod left in my project. Everything else has been moved to Swift PM. This is my Podfile atm:
target '<App-Name-Redacted>' do
platform :ios, '14.0'
pod 'GoogleSignIn'
end
Any response to this?
this is just a sample repo. So I doubt the google devs even look at this for feature requests. Do they have an official place we can forward this to?