blob: 70fd67a5c0f036a4bd3a853a9172b1f0b3533aa8 [file] [log] [blame]
{
"name": "GoogleMapsKit",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": "GoogleMapsKit/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": false
}