blob: 3576acb6473848c3c1243f873abc9b226aeeb6bc [file] [log] [blame]
{
"name": "LNZCollectionLayouts",
"platforms": {
"ios": "8.0"
},
"version": "1.0.1",
"summary": "A swift collection of UICollectionViewLayout subclasses.",
"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.0.1"
},
"frameworks": "UIKit",
"source_files": "LNZCollectionLayouts/Layouts/**/*.{swift, h}",
"pushed_with_swift_version": "3.0"
}