blob: fbb928f123b8225266d0719b8853d44ad9c5c44d [file] [log] [blame]
{
"name": "YBSlantedCollectionViewLayout",
"version": "2.2.0",
"summary": "UICollectionViewLayout allowing the display of slanted content on UICollectionView",
"description": "YBSlantedCollectionViewLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.",
"homepage": "https://github.com/yacir/YBSlantedCollectionViewLayout",
"license": "MIT",
"authors": {
"Yassir Barchi": "dev.yassir@gmail.com"
},
"source": {
"git": "https://github.com/yacir/YBSlantedCollectionViewLayout.git",
"tag": "2.2.0"
},
"social_media_url": "https://linkedin.com/in/yassir-barchi-318a7949",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0.2",
"deprecated_in_favor_of": "CollectionViewSlantedLayout"
}