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.