File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ImagePicker"
3
3
s . summary = "Reinventing the way ImagePicker works."
4
- s . version = "3.1 .0"
4
+ s . version = "3.2 .0"
5
5
s . homepage = "https://github.com/hyperoslo/ImagePicker"
6
6
s . license = 'MIT'
7
7
s . author = { "Hyper Interaktiv AS" => "[email protected] " }
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
12
12
s . source_files = 'Source/**/*'
13
13
s . resource_bundles = { 'ImagePicker' => [ 'Images/*.{png}' ] }
14
14
s . frameworks = 'AVFoundation'
15
- s . pod_target_xcconfig = { 'SWIFT_VERSION' => '4 .0' }
15
+ s . pod_target_xcconfig = { 'SWIFT_VERSION' => '5 .0' }
16
16
end
Original file line number Diff line number Diff line change 1
- ⚠️ DEPRECATED, NO LONGER MAINTAINED
2
-
3
1
![ ImagePicker] ( https://github.com/hyperoslo/ImagePicker/blob/master/Resources/ImagePickerPresentation.png )
4
2
5
- [ ![ Version] ( https://img.shields.io/cocoapods/v/ImagePicker.svg?style=flat )] ( http://cocoadocs.org/docsets/ImagePicker )
6
3
[ ![ Carthage Compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
7
4
[ ![ License] ( https://img.shields.io/cocoapods/l/ImagePicker.svg?style=flat )] ( http://cocoadocs.org/docsets/ImagePicker )
8
5
[ ![ Platform] ( https://img.shields.io/cocoapods/p/ImagePicker.svg?style=flat )] ( http://cocoadocs.org/docsets/ImagePicker )
9
- ![ Swift] ( https://img.shields.io/badge/%20in-swift%204.0-orange.svg )
10
- [ ![ Join the chat at https://gitter.im/hyperoslo/ImagePicker ] ( https://badges.gitter.im/hyperoslo/ImagePicker.svg )] ( https://gitter.im/hyperoslo/ImagePicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
11
6
12
7
## Description
13
8
You can’t perform that action at this time.
0 commit comments