googlemaps-samples / maps-sdk-for-ios-samples

Samples for the Google Maps and Places SDKs for iOS
https://developers.google.com/maps/documentation/ios-sdk/
Apache License 2.0
295 stars 164 forks source link

Swift Package Manager support #70

Closed Nahatakyan closed 2 years ago

Nahatakyan commented 4 years ago

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?

karybekov22 commented 1 year ago

Maps is the only library left using Cocoapods in my project 😁

Blackjacx commented 1 year ago

It also works perfectly with Carthage - just not SPM :-(

lluisgerard commented 1 year ago

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.

Blackjacx commented 1 year ago

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…

emilismayilov095 commented 1 year ago

+10

abdallahnh commented 1 year ago

+10000000000

jurajantas commented 12 months ago

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?

wangela commented 10 months ago

Maps, Places, and Navigation SDKs for iOS are now available through Swift Package Manager. See the blog post and install instructions. 🎁

lawgimenez commented 10 months ago

Thank you! Merry Christmas, thanks for the hard work.

S6RB77Z