We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643027e commit a85febcCopy full SHA for a85febc
1 file changed
SVGeocoder.podspec
@@ -3,6 +3,7 @@ Pod::Spec.new do |s|
3
s.version = '0.1'
4
s.license = 'MIT'
5
s.summary = 'Simple Cocoa wrapper for the Google Geocoding Service'
6
+ s.homepage = 'https://github.com/samvermette/SVGeocoder'
7
s.author = { 'Sam Vermette' => 'hello@samvermette.com' }
8
s.source = { :git => 'https://github.com/samvermette/SVGeocoder.git', :tag => s.version.to_s }
9
s.source_files = 'SVGeocoder/*.{h,m}'
0 commit comments