Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Feb 5, 2014
1 parent 56e211a commit 9248d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDMPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "IDMPhotoBrowser"
s.summary = "Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more."
s.version = "1.3.2"
s.version = "1.3.3"
s.homepage = "https://github.com/ideaismobile/IDMPhotoBrowser"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Ideais Mobile" => "[email protected]" }
s.source = { :git => "https://github.com/ideaismobile/IDMPhotoBrowser.git", :tag => "1.3.2" }
s.source = { :git => "https://github.com/usepropeller/IDMPhotoBrowser.git", :tag => "1.3.3" }
s.platform = :ios, '7.0'
s.source_files = 'Classes/*.{h,m}'
s.resources = 'Classes/IDMPhotoBrowser.bundle', 'Classes/IDMPBLocalizations.bundle'
Expand Down

0 comments on commit 9248d7c

Please sign in to comment.