We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f1a8b commit 4a67a7fCopy full SHA for 4a67a7f
SVGeocoder.podspec
@@ -2,7 +2,8 @@ Pod::Spec.new do |s|
2
s.name = 'SVGeocoder'
3
s.version = '0.1'
4
s.license = 'MIT'
5
- s.summary = 'Simple Cocoa wrapper for the Google Geocoding Service'
+ s.platform = :ios
6
+ s.summary = 'Simple Cocoa wrapper for the Google Geocoding Service.'
7
s.homepage = 'https://github.com/samvermette/SVGeocoder'
8
s.author = { 'Sam Vermette' => '[email protected]' }
9
s.source = { :git => 'https://github.com/samvermette/SVGeocoder.git', :tag => s.version.to_s }
0 commit comments