blob: f47e45ba0a893f037ce59e7ffe43d7b1d9500bc0 [file] [log] [blame]
{
"name": "AlignedCollectionViewFlowLayout",
"version": "1.1.2",
"summary": "A collection view layout that gives you control over the horizontal and vertical alignment of the cells.",
"description": "A collection view layout that gives you control over the horizontal and vertical cell alignment.\n You can use it to align cells like words in a left- or right-aligned paragraph and\n to specify how the cells are vertically aligned within their rows.\n Other than that, the layout behaves exactly like Apple's UICollectionViewFlowLayout.",
"homepage": "https://github.com/mischa-hildebrand/AlignedCollectionViewFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mischa Hildebrand": "web@mischa-hildebrand.de"
},
"source": {
"git": "https://github.com/mischa-hildebrand/AlignedCollectionViewFlowLayout.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AlignedCollectionViewFlowLayout/Classes/**/*",
"pushed_with_swift_version": "3.0"
}