Skip to content

Commit 4a67a7f

Browse files
committed
Make podspec iOS only.
1 parent f8f1a8b commit 4a67a7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SVGeocoder.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Pod::Spec.new do |s|
22
s.name = 'SVGeocoder'
33
s.version = '0.1'
44
s.license = 'MIT'
5-
s.summary = 'Simple Cocoa wrapper for the Google Geocoding Service'
5+
s.platform = :ios
6+
s.summary = 'Simple Cocoa wrapper for the Google Geocoding Service.'
67
s.homepage = 'https://github.com/samvermette/SVGeocoder'
78
s.author = { 'Sam Vermette' => 'hello@samvermette.com' }
89
s.source = { :git => 'https://github.com/samvermette/SVGeocoder.git', :tag => s.version.to_s }

0 commit comments

Comments
 (0)