blob: 863dc3aa26bb6637845c81d342c16fc4260e95f9 [file] [log] [blame]
{
"name": "NHBalancedFlowLayout",
"version": "0.1.1",
"summary": "UICollectionViewLayout subclass for displaying items of different sizes in a grid without wasting any visual space.",
"homepage": "https://github.com/njdehoog/NHBalancedFlowLayout.git",
"screenshots": [
"http://i.imgur.com/2FGnDIh.jpg",
"http://i.imgur.com/KRItqy2.jpg"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Niels de Hoog": "njdehoog@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/njdehoog/NHBalancedFlowLayout.git",
"tag": "0.1.1"
},
"source_files": "NHBalancedFlowLayout",
"requires_arc": true
}