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 0ac13a8 commit 98c74caCopy full SHA for 98c74ca
BarcodeScanner.podspec
@@ -19,8 +19,6 @@ Pod::Spec.new do |s|
19
'BarcodeScanner' => ['Images/*.{png}'],
20
'Localization' => ['Localization/*.lproj/Localizable.strings']
21
}
22
-
23
s.frameworks = 'UIKit', 'AVFoundation'
24
25
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
+ s.swift_version = '5.0'
26
end
0 commit comments