Skip to content

Commit 643027e

Browse files
committed
Add podspec.
1 parent 79bb94a commit 643027e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

SVGeocoder.podspec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)