Skip to content

Commit

Permalink
Add live demo link & resolve a pod spec warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yacir committed Mar 11, 2016
1 parent 356a9fc commit 39160b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
## Overview
YBSlantedCollectionViewLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.

## [Live Demo] (https://appetize.io/app/nd8vgwg0rkke19nmw3wzkapr5g)

<p align="center" >
<iframe src="https://appetize.io/embed/nd8vgwg0rkke19nmw3wzkapr5g?device=iphone5s&scale=75&autoplay=true&orientation=portrait&deviceColor=black" width="274px" height="587px" frameborder="0" scrolling="no"></iframe>
<img src="https://cloud.githubusercontent.com/assets/2587473/13427516/d9af399e-dfb4-11e5-8109-ae997dc7c340.gif" alt="YBSlantedCollectionViewLayout" title="YBSlantedCollectionViewLayout">
</p>

## Usage
Expand Down
1 change: 0 additions & 1 deletion YBSlantedCollectionViewLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Pod::Spec.new do |s|
DESC

s.homepage = "https://github.com/yacir/YBSlantedCollectionViewLayout"
s.screenshots = "https://raw.githubusercontent.com/yacir/YBSlantedCollectionViewLayout/master/Screenshots/YBSlantedCollectionViewLayout.gif"
s.license = 'MIT'
s.author = { "Yassir Barchi" => "dev.yassir@gmail.com" }
s.source = { :git => "https://github.com/yacir/YBSlantedCollectionViewLayout.git", :tag => s.version.to_s }
Expand Down

0 comments on commit 39160b3

Please sign in to comment.