blob: 1826678a7d30f745390c3c32170f76ca3e53b646 [file] [log] [blame]
{
"name": "UICollectionViewRightAlignedLayout",
"version": "0.0.3",
"summary": "A layout for UICollectionView that aligns the cells to the right.",
"description": "A `UICollectionViewLayout` implementation that aligns the cells to the right.\n\nIt uses `UICollectionViewFlowLayout` under the hood.",
"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.3"
},
"source_files": "UICollectionViewRightAlignedLayout",
"requires_arc": true
}