blob: 3e855a5ec1433aa617eae6fc13a22adc25a17c9c [file] [log] [blame]
{
"name": "GNGeocoder",
"version": "0.0.2",
"summary": "Library wrapper for using Google Geocoding API",
"description": " Library wrapper for using Google Geocoding API.\n",
"homepage": "https://github.com/jakubknejzlik/GNGeocoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNGeocoder.git",
"tag": "0.0.2"
},
"source_files": [
"GNGeocoder",
"GNGeocoder/**/*.{h,m}"
],
"frameworks": [
"CoreLocation",
"MapKit"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"CWLSynthesizeSingleton": [
]
}
}