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 98cca2c commit c1547d8Copy full SHA for c1547d8
SVGeocoder.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
s.author = { 'Sam Vermette' => '[email protected]' }
8
s.source = { :git => 'https://github.com/samvermette/SVGeocoder.git', :tag => s.version.to_s }
9
s.source_files = 'SVGeocoder/*.{h,m}'
10
- s.framework = 'MapKit'
+ s.framework = 'MapKit', 'CoreLocation'
11
s.preserve_paths = 'Demo'
12
s.requires_arc = true
13
end
0 commit comments