Skip to content

Commit

Permalink
Merge pull request #60 from JoeFerrucci/version-fix
Browse files Browse the repository at this point in the history
Correct version
  • Loading branch information
zfoltin authored Oct 14, 2016
2 parents c456b41 + f327628 commit 6e186c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ImageViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ImageViewer"
s.version = "2.0"
s.version = "3.0"
s.summary = "An image viewer à la Twitter"
s.description = <<-EOS
ImageViewer is a library that enables a user to visualize an image in fullscreen. Besides the typical pinch and double tap to zoom, we also provide a vertical swipe to dismiss. Finally, we try to mimic the displacement of the image from its current container into fullscreen, this feature being its main selling point. We also offer an amazing Gallery, so you can swipe between images.
Expand All @@ -15,4 +15,4 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"

s.source_files = "ImageViewer/Source/**/*"
end
end

0 comments on commit 6e186c5

Please sign in to comment.