blob: b84184c03bb32b25e2fe47ec538fe22e50405707 [file] [log] [blame]
{
"name": "UICollectionViewRightAlignedLayout",
"version": "0.0.1",
"summary": "A layout for UICollectionView that aligns the cells to the right.",
"description": " A `UICollectionViewLayout` implementation that aligns the cells to the right.\n\n It uses `UICollectionViewFlowLayout` under the hood.\n",
"homepage": "https://github.com/mokagio/UICollectionViewRightAlignedLayout",
"screenshots": "https://raw.githubusercontent.com/mokagio/UICollectionViewRightAlignedLayout/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/UICollectionViewRightAlignedLayout.git",
"tag": "0.0.1"
},
"source_files": "UICollectionViewRightAlignedLayout",
"requires_arc": true
}