Skip to content

Commit a85febc

Browse files
committed
Fix podspec.
1 parent 643027e commit a85febc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SVGeocoder.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Pod::Spec.new do |s|
33
s.version = '0.1'
44
s.license = 'MIT'
55
s.summary = 'Simple Cocoa wrapper for the Google Geocoding Service'
6+
s.homepage = 'https://github.com/samvermette/SVGeocoder'
67
s.author = { 'Sam Vermette' => 'hello@samvermette.com' }
78
s.source = { :git => 'https://github.com/samvermette/SVGeocoder.git', :tag => s.version.to_s }
89
s.source_files = 'SVGeocoder/*.{h,m}'

0 commit comments

Comments
 (0)