Skip to content

Commit

Permalink
Added a screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Apr 21, 2014
1 parent 7eb1d62 commit a96a3ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,8 @@ UICollectionView Left Aligned Layout

A `UICollectionViewLayout` implementation that aligns the cells to the left.

<img src="https://raw.githubusercontent.com/mokagio/UICollectionViewLeftAlignedLayout/master/screenshot.png" />

## Installation with CocoaPods

```ruby
Expand Down
2 changes: 1 addition & 1 deletion UICollectionViewLeftAlignedLayout.podspec
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
It uses `UICollectionViewFlowLayout` under the hood.
DESC
s.homepage = "https://github.com/mokagio/UICollectionViewLeftAlignedLayout"
# s.screenshots = "www.example.com/screenshots_1.gif"
s.screenshots = "https://raw.githubusercontent.com/mokagio/UICollectionViewLeftAlignedLayout/master/screenshot.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Giovanni Lodi" => "giovanni.lodi42@gmail.com" }
s.social_media_url = "http://twitter.com/mokagio"
Expand Down
Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a96a3ba

Please sign in to comment.