I am trying to get the latest version of GoogleMaps SDK. I use cocoapods, I tried 'pod update'
where I had pod 'GoogleMaps', '~> 1.13'
in the podfile, but I am getting
[!] Unable to satisfy the following requirements:
GoogleMaps (~> 1.13)
required byPodfile
I also tried to only place pod GoogleMaps
in my podfile but I get an older version.
Using GoogleMaps (1.10.3)
I also tried pod try GoogleMaps
and I am getting an older version