We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e405d commit 2e9c671Copy full SHA for 2e9c671
2 files changed
.swift-version
ImagePicker.podspec
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
12
s.source_files = 'Source/**/*'
13
s.resource_bundles = { 'ImagePicker' => ['Images/*.{png}'] }
14
s.frameworks = 'AVFoundation'
15
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
+ s.swift_version = '5.0'
16
end
0 commit comments