blob: ce5e4ddd8daa981d5e816cc53a13ed5450ed3bde [file] [log] [blame]
{
"name": "SVGeocoder",
"version": "0.1",
"license": "MIT",
"platforms": {
"ios": null
},
"summary": "Simple Cocoa wrapper for the Google Geocoding Service.",
"homepage": "https://github.com/samvermette/SVGeocoder",
"authors": {
"Sam Vermette": "hello@samvermette.com"
},
"source": {
"git": "https://github.com/samvermette/SVGeocoder.git",
"tag": "0.1"
},
"source_files": "SVGeocoder/*.{h,m}",
"frameworks": [
"MapKit",
"CoreLocation"
],
"preserve_paths": "Demo",
"requires_arc": true
}