[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / e / 5 / 0 / OpenInGoogleMaps / 0.1.0 / OpenInGoogleMaps.podspec.json
blobf9571fba479e4d18f9252599c0b5723e4a07e05c
2   "name": "OpenInGoogleMaps",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Todd Kerpelman": "kerp@google.com"
13   },
14   "source": {
15     "git": "https://github.com/googlemaps/OpenInGoogleMaps-iOS.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "OpenInGoogleMapsController.{h,m}",
23   "frameworks": "CoreLocation"