Skip to content

Commit

Permalink
Updated podspec and bumped to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaterfall committed Sep 19, 2014
1 parent 5cf860e commit b4ad463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MWPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MWPhotoBrowser'
s.version = '1.4.0'
s.version = '1.4.1'
s.license = 'MIT'
s.summary = 'A simple iOS photo browser with optional grid ' \
'view, captions and selections.'
Expand Down Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.author = { 'Michael Waterfall' => '[email protected]' }
s.source = {
:git => 'https://github.com/mwaterfall/MWPhotoBrowser.git',
:tag => '1.4.0'
:tag => '1.4.1'
}
s.platform = :ios, '5.1.1'
s.source_files = 'MWPhotoBrowser/Classes/*.{h,m}'
Expand Down

0 comments on commit b4ad463

Please sign in to comment.