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 59cfe14 commit 2b37d8fCopy full SHA for 2b37d8f
ImagePicker.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = "ImagePicker"
3
s.summary = "Reinventing the way ImagePicker works."
4
- s.version = "3.1.0"
+ s.version = "3.2.0"
5
s.homepage = "https://github.com/hyperoslo/ImagePicker"
6
s.license = 'MIT'
7
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -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' => '4.0' }
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
16
end
0 commit comments