Skip to content

Commit 98cca2c

Browse files
committed
Add MapKit to podspec frameworks.
1 parent a85febc commit 98cca2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SVGeocoder.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Pod::Spec.new do |s|
77
s.author = { 'Sam Vermette' => '[email protected]' }
88
s.source = { :git => 'https://github.com/samvermette/SVGeocoder.git', :tag => s.version.to_s }
99
s.source_files = 'SVGeocoder/*.{h,m}'
10+
s.framework = 'MapKit'
1011
s.preserve_paths = 'Demo'
1112
s.requires_arc = true
1213
end

0 commit comments

Comments
 (0)