Skip to content

Commit c1547d8

Browse files
committed
Add CoreLocation to podspec frameworks.
1 parent 98cca2c commit c1547d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SVGeocoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +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'
10+
s.framework = 'MapKit', 'CoreLocation'
1111
s.preserve_paths = 'Demo'
1212
s.requires_arc = true
1313
end

0 commit comments

Comments
 (0)