blob: 9d5128675b92bee4e3f6a1b0deea9716e15cf5c5 [file] [log] [blame]
{
"name": "NHBalancedFlowLayout",
"version": "0.1.2",
"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.2"
},
"source_files": "NHBalancedFlowLayout",
"requires_arc": true
}