blob: ca3a91f76afb9d8f0faf4b807802017d1c8d6bc6 [file] [log] [blame]
{
"name": "YBSlantedCollectionViewLayout",
"version": "2.1.1",
"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.1.1"
},
"social_media_url": "https://linkedin.com/in/yassir-barchi-318a7949",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,swift}",
"frameworks": "UIKit",
"deprecated_in_favor_of": "CollectionViewSlantedLayout"
}