This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |