Closed Nahatakyan closed 2 years ago
Maps is the only library left using Cocoapods in my project 😁
It also works perfectly with Carthage - just not SPM :-(
It also works perfectly with Carthage - just not SPM :-(
It does work but the latest version available in Carthage is 7.2.0 instead of 8.2.0. I ended up installing it manually to get rid of Carthage all together.
It does work but the latest version available in Carthage is 7.2.0 instead of 8.2.0. I ended up installing it manually to get rid of Carthage all together.
EXACTLY! We use the google utils toolbox, nd there 7.2 is a dependency which led us to fork it and add our own dependency 😅 This works quite well surprisingly…
+10
+10000000000
We are transitioning to SPM, and we would love to see Maps as swift package. Firebase is already as SPM, so what is the issue with maps?
Maps, Places, and Navigation SDKs for iOS are now available through Swift Package Manager. See the blog post and install instructions. 🎁
Thank you! Merry Christmas, thanks for the hard work.
Hi. I am using only Swift Package Manager and for me it better than cocoapod or carthage. Can I know when I can use GoogleMaps with SPM?