blob: 957e44da294c9106b1b087d184b70774512465c5 [file] [log] [blame]
{
"name": "JQCollectionViewWaterfallLayout",
"version": "0.1.2",
"summary": "UICollectionView waterfall layout.",
"description": "UICollectionView waterfall layout:\n1. support vertical and horizontal scroll direction;\n2. support different row/col count with different section;\n3. support section headerView and footerView;\n4. support UICollectionView updates.",
"homepage": "https://github.com/coder-zjq/JQCollectionViewWaterfallLayout",
"screenshots": "https://github.com/Coder-ZJQ/JQCollectionViewWaterfallLayout/blob/master/Image/demo_vertical.gif?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"coder-zjq": "zjq_joker@163.com"
},
"source": {
"git": "https://github.com/coder-zjq/JQCollectionViewWaterfallLayout.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "JQCollectionViewWaterfallLayout/Classes/**/*"
}