blob: 4bb8bb0110a298e848c37eb5e6489f09b78316ce [file] [log] [blame]
{
"name": "CollectionViewCenteredFlowLayout",
"version": "1.0.1",
"summary": "A layout for UICollectionView that aligns the cells to the center",
"description": "A `UICollectionViewLayout` implementation that aligns the cells to the center.\n\nIt uses `UICollectionViewFlowLayout` under the hood.",
"homepage": "https://github.com/coeur/CollectionViewCenteredFlowLayout",
"screenshots": "https://raw.githubusercontent.com/coeur/CollectionViewCenteredFlowLayout/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Antoine Cœur": ""
},
"social_media_url": "http://twitter.com/adigitalknight",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/coeur/CollectionViewCenteredFlowLayout.git",
"tag": "1.0.1"
},
"source_files": "CollectionViewCenteredFlowLayout/*.swift",
"pushed_with_swift_version": "3.0"
}