blob: c8cb9f48a3b968737feea505b9e46fc88fcc58b9 [file] [log] [blame]
{
"name": "GNMapOpener",
"version": "0.0.4",
"summary": "Wrapper for opening map location in map services.",
"description": "Wrapper for opening map location in map services using Google or Apple Maps",
"homepage": "https://github.com/jakubknejzlik/GNMapOpener",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNMapOpener.git",
"tag": "0.0.4"
},
"source_files": "GNMapOpener/**/*.{h,m}",
"frameworks": [
"CoreLocation",
"MapKit"
],
"requires_arc": true,
"dependencies": {
"CWLSynthesizeSingleton": [
"~> 1.0"
],
"UIActionSheet+Blocks": [
"0.8"
],
"OpenInGoogleMaps": [
"~> 0.1"
]
}
}