Skip to content

Commit 2b37d8f

Browse files
authored
Update ImagePicker.podspec
1 parent 59cfe14 commit 2b37d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ImagePicker.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ImagePicker"
33
s.summary = "Reinventing the way ImagePicker works."
4-
s.version = "3.1.0"
4+
s.version = "3.2.0"
55
s.homepage = "https://github.com/hyperoslo/ImagePicker"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212
s.source_files = 'Source/**/*'
1313
s.resource_bundles = { 'ImagePicker' => ['Images/*.{png}'] }
1414
s.frameworks = 'AVFoundation'
15-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
15+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
1616
end

0 commit comments

Comments
 (0)