Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
x2on committed Sep 19, 2013
1 parent 105c952 commit ea16c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FSImageViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "FSImageViewer"
s.version = "0.9.2"
s.version = "1.0.0"
s.summary = "FSImageViewer is a photo viewer for iOS."
s.homepage = "https://github.com/x2on/FSImageViewer"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Felix Schulze" => "code@felixschulze.de" }
s.source = {
:git => "https://github.com/x2on/FSImageViewer.git",
:tag => "0.9.2"
:tag => "1.0.0"
}

s.platform = :ios, '5.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It's initially based on [EGOPhotoViewer](https://raw.github.com/enormego/PhotoVi
## Install
Using [CocoaPods](http://cocoapods.org/):

`pod 'FSImageViewer', '~> 0.9.2'`
`pod 'FSImageViewer', '~> 1.0.0'`

## Basic usage

Expand Down

0 comments on commit ea16c47

Please sign in to comment.