Skip to content

Commit f8f1a8b

Browse files
committed
Rename framework to frameworks.
1 parent c1547d8 commit f8f1a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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' => 'hello@samvermette.com' }
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', 'CoreLocation'
10+
s.frameworks = 'MapKit', 'CoreLocation'
1111
s.preserve_paths = 'Demo'
1212
s.requires_arc = true
1313
end

0 commit comments

Comments
 (0)