2 "name": "OpenInGoogleMaps",
4 "summary": "A helper class to simplify the task of opening a map directly in Google Maps on iOS",
5 "description": " The `OpenInGoogleMapsController` class is designed to make it easy for an iOS\ndeveloper to open a map, show a Street View location, or show a set of directions directly in Google\nMaps. The class supports using the `x-callback-URL` standard so that you can add a \"Back to my app\"\nbutton directly within Google Maps, and supports a number of fallback strategies, so that you can\nautomatically open the map in another application if the user does not have Google Maps installed.\n",
6 "homepage": "https://github.com/googlemaps/OpenInGoogleMaps-iOS",
12 "Todd Kerpelman": "kerp@google.com"
15 "git": "https://github.com/googlemaps/OpenInGoogleMaps-iOS.git",
22 "source_files": "OpenInGoogleMapsController.{h,m}",
23 "frameworks": "CoreLocation"