diff --git a/README.md b/README.md index 9c4925d..c1bb540 100644 --- a/README.md +++ b/README.md @@ -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) +

- + YBSlantedCollectionViewLayout

## Usage diff --git a/YBSlantedCollectionViewLayout.podspec b/YBSlantedCollectionViewLayout.podspec index 06a86b9..a4a0d02 100644 --- a/YBSlantedCollectionViewLayout.podspec +++ b/YBSlantedCollectionViewLayout.podspec @@ -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 }