blob: d4bfbfb85232cf874a4a38fc13ba23d8f96f40fa [file] [log] [blame]
{
"name": "AlignedCollectionViewFlowLayout",
"version": "1.0.0",
"summary": "A collection view layout that aligns the cells left or right with a constant spacing between them, just like text in a document.",
"description": "A collection view layout that aligns the cells left or right with a constant spacing between the cells, just like left- or right-aligned text in a document. 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.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AlignedCollectionViewFlowLayout/Classes/**/*",
"pushed_with_swift_version": "3.0"
}