blob: c4c8ec5eccd2d6bccad11c7494928548af84630b [file] [log] [blame]
{
"name": "GoogleMapsKit",
"version": "1.0.2",
"summary": "Unofficial wrapper to quickly launch Google Maps for iPhone from your app.",
"homepage": "http://blog.fawkeswei.com/2012/12/17/googlemapskit-launch-google-maps-for-iphone-from-your-app/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fawkes Wei": "fawkeswei@gmail.com"
},
"source": {
"git": "https://github.com/fawkeswei/GoogleMapsKit.git",
"tag": "v1.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "GoogleMapsKit/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": false
}