Skip to content

Commit

Permalink
Updated Podspec version number to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asifbilal786 committed Jun 20, 2016
1 parent 44710a3 commit 46c3e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimplePhotoPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 46c3e34

Please sign in to comment.