blob: 502bae4cdcb2afcdeba5ade027669fd63f523d4f [file] [log] [blame]
{
"name": "UICollectionViewLeftAlignedLayout",
"version": "0.0.2",
"summary": "A layout for UICollectionView that aligns the cells to the left ",
"description": " A `UICollectionViewLayout` implementation that aligns the cells to the left.\n\n It uses `UICollectionViewFlowLayout` under the hood.\n",
"homepage": "https://github.com/mokagio/UICollectionViewLeftAlignedLayout",
"screenshots": "https://raw.githubusercontent.com/mokagio/UICollectionViewLeftAlignedLayout/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Giovanni Lodi": "giovanni.lodi42@gmail.com"
},
"social_media_url": "http://twitter.com/mokagio",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mokagio/UICollectionViewLeftAlignedLayout.git",
"tag": "0.0.2"
},
"source_files": "UICollectionViewLeftAlignedLayout",
"requires_arc": true
}