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

Commit

Permalink
Update podspec + README
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Schulze committed Mar 27, 2015
1 parent ceaf127 commit 069c184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FSImageViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FSImageViewer"
s.version = "3.1"
s.version = "3.2"
s.summary = "FSImageViewer is a photo viewer for iOS."
s.homepage = "https://github.com/x2on/FSImageViewer"
s.social_media_url = 'https://twitter.com/x2on'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Screenshot](https://raw.github.com/x2on/FSImageViewer/master/screen.png)

FSImageViewer is a photo viewer for iOS.
FSImageViewer is a photo viewer (gallery) for iOS.

It's initially based on [EGOPhotoViewer](https://raw.github.com/enormego/PhotoViewer), but completely refactored to use ARC, [AFNetworking 2.5](https://github.com/AFNetworking/AFNetworking) for remote image downloads and [EGOCache 2.1](https://github.com/enormego/EGOCache) for image caching.

Expand All @@ -11,7 +11,7 @@ If you must use AFNetworking 1.3 you can use the 1.x version of FSImageViewer (h
## Install
Using [CocoaPods](http://cocoapods.org/):

`pod 'FSImageViewer', '~> 3.1'`
`pod 'FSImageViewer', '~> 3.2'`

## Basic usage

Expand Down

0 comments on commit 069c184

Please sign in to comment.