blob: 833f3a506eeb31ce9195f251f96a6fb79090c0e8 [file] [log] [blame]
{
"name": "AlignedCollectionViewFlowLayout",
"version": "1.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AlignedCollectionViewFlowLayout/Classes/**/*",
"pushed_with_swift_version": "3.0"
}