Skip to content

Instantly share code, notes, and snippets.

View oblador's full-sized avatar

Joel Arvidsson oblador

View GitHub Profile
@oblador
oblador / GoogleMaps.podspec
Created December 2, 2021 15:47
GoogleMaps xcframework podspec
Pod::Spec.new do |s|
s.name = "GoogleMaps"
s.version = "6.0.0"
s.summary = "Google Maps SDK for iOS."
s.description = <<-DESC
Use the Google Maps SDK for iOS to enrich your app with interactive maps, immersive Street View panoramas, and detailed information from Google's Places database.
DESC
s.homepage = "https://developers.google.com/maps/documentation/ios/"
s.license = { :type => "Copyright", :text => "Copyright 2021 Google" }
s.author = "Google, Inc."