Skip to content

Commit 98c74ca

Browse files
authored
Update BarcodeScanner.podspec
1 parent 0ac13a8 commit 98c74ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

BarcodeScanner.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Pod::Spec.new do |s|
1919
'BarcodeScanner' => ['Images/*.{png}'],
2020
'Localization' => ['Localization/*.lproj/Localizable.strings']
2121
}
22-
2322
s.frameworks = 'UIKit', 'AVFoundation'
24-
25-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
23+
s.swift_version = '5.0'
2624
end

0 commit comments

Comments
 (0)