Skip to content

Commit 15bf9a3

Browse files
committed
Merge branch 'master' of github.com:hyperoslo/ImagePicker
2 parents 99afeb4 + 2b37d8f commit 15bf9a3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
⚠️ DEPRECATED, NO LONGER MAINTAINED
2-
31
![ImagePicker](https://github.com/hyperoslo/ImagePicker/blob/master/Resources/ImagePickerPresentation.png)
42

5-
[![Version](https://img.shields.io/cocoapods/v/ImagePicker.svg?style=flat)](http://cocoadocs.org/docsets/ImagePicker)
63
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
74
[![License](https://img.shields.io/cocoapods/l/ImagePicker.svg?style=flat)](http://cocoadocs.org/docsets/ImagePicker)
85
[![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)
116

127
## Description
138

0 commit comments

Comments
 (0)