blob: df2a819174e5440af23d015e117c50bb5da220f3 [file] [log] [blame]
{
"name": "DynamicHeightLayout",
"version": "0.1.0",
"summary": "A subclass of UICollectionViewLayout that arrange cell with different height.",
"description": "Pass an object as a delegate when initializing DynamicHeightLayout and make it conform to DynamicHeightLayoutDelegate.",
"homepage": "https://github.com/alexhuangtung/DynamicHeightLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alexhuangtung": "alexhuangtung@gmail.com"
},
"source": {
"git": "https://github.com/alexhuangtung/DynamicHeightLayout.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "DynamicHeightLayout/Classes/**/*"
}