From 46c3e34943e6f8f1a750bc8762432c2bcf2ca596 Mon Sep 17 00:00:00 2001 From: Asif Bilal Date: Mon, 20 Jun 2016 16:12:04 +0500 Subject: [PATCH] Updated Podspec version number to 0.1.5 --- SimplePhotoPicker.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimplePhotoPicker.podspec b/SimplePhotoPicker.podspec index 8c5dbbb..12398bf 100644 --- a/SimplePhotoPicker.podspec +++ b/SimplePhotoPicker.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.name = 'SimplePhotoPicker' - s.version = '0.1.4' + s.version = '0.1.5' s.summary = 'This is the simple photo picker which uses default iPhone SDK with UIImagePickerController.' s.description = <<-DESC SimplePhotoPicker is a control that optionally takes inputs of Source Type & allow Editing. On the basis of these inputs, this control displays the action sheet if needed and displays the iOS default image editor if selected. It has simple block based implementation. No need to implement delegate methods.