blob: 750243bfb730dd52c3f0e047ce6875a85ed34cf2 [file] [log] [blame]
{
"name": "LNZCollectionLayouts",
"platforms": {
"ios": "8.0"
},
"version": "1.2.2",
"summary": "A swift collection of UICollectionViewLayout subclasses.",
"swift_version": "4.2",
"description": "LNZCollectionLayouts is a collection of UICollectionViewLayout subclasses ready to be used to make your collection views custom and more interesting from UX point of view.\nThe layouts currently included are a snap to center layout, an infinite scroll layout and a carousel layout.",
"requires_arc": true,
"license": {
"type": "MIT"
},
"homepage": "https://www.pfrpg.net",
"authors": {
"Giuseppe Lanza": "gringoire986@gmail.com"
},
"source": {
"git": "https://github.com/gringoireDM/LNZCollectionLayouts.git",
"tag": "v1.2.2"
},
"frameworks": "UIKit",
"source_files": "LNZCollectionLayouts/Layouts/**/*.{swift, h}"
}