blob: 15799e0671a6d4cc679902bfb595da33e1b34c68 [file] [log] [blame]
{
"name": "RFQuiltLayout",
"version": "1.1.1",
"license": "MIT",
"summary": "RFQuiltLayout is a subclass of UICollectionViewLayout that positions various sized cells like a maison laying bricks.",
"homepage": "https://github.com/bryceredd/RFQuiltLayout",
"authors": {
"bryce": "bryce@i.tv"
},
"source": {
"git": "https://github.com/bryceredd/RFQuiltLayout.git",
"tag": "1.1.1"
},
"description": "Lays out cells with various widths and heights on the page. The cells are positioned in a patch-work layout so each fits next to the other, leaving no extra spaces when possible",
"source_files": "RFQuiltLayout",
"platforms": {
"ios": "6.0"
},
"requires_arc": true
}