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 79bb94a commit 643027eCopy full SHA for 643027e
SVGeocoder.podspec
@@ -0,0 +1,11 @@
1
+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'
6
+ s.author = { 'Sam Vermette' => '[email protected]' }
7
+ s.source = { :git => 'https://github.com/samvermette/SVGeocoder.git', :tag => s.version.to_s }
8
+ s.source_files = 'SVGeocoder/*.{h,m}'
9
+ s.preserve_paths = 'Demo'
10
+ s.requires_arc = true
11
+end
0 commit comments