blob: 0c467fe36c1c6a48eb4de0f1eae94c55ad00cb1f [file] [log] [blame]
{
"name": "GoogleMapsKit",
"version": "1.0.0",
"summary": "Unofficial wrapper to quickly launch Google Maps for iPhone from your app.",
"homepage": "https://github.com/fawkeswei/GoogleMapsKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fawkes Wei": "fawkeswei@gmail.com"
},
"source": {
"git": "https://github.com/fawkeswei/GoogleMapsKit.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "GoogleMapsKit/*.{h,m}",
"frameworks": "CoreLocation",
"requires_arc": false
}