blob: 55db3c13945657fcc9812de2b6ca2f99597e20d9 [file] [log] [blame]
{
"name": "GNLocationManager",
"version": "0.0.9",
"summary": "Manager for handling locations update easier",
"description": " Manager for handling locations update easier.\n",
"homepage": "https://github.com/jakubknejzlik/GNLocationManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNLocationManager.git",
"tag": "0.0.9"
},
"source_files": [
"GNLocationManager",
"GNLocationManager/**/*.{h,m}"
],
"frameworks": "CoreLocation",
"requires_arc": true,
"dependencies": {
"CWLSynthesizeSingleton": [
]
}
}