blob: 18e6759fca4af286c819546422a1f0625e0786e1 [file] [log] [blame]
{
"name": "ExpandableColumnLayout",
"version": "1.0.1",
"summary": "A custom UICollectionViewLayout that provides a flexible column-based layout with optional expandable drawer functionality.",
"description": "* Arbitrary column count per section\n* Specifiy unit-height or exact height per item\n* Expand or contract sections via attractive drawer-like animation",
"homepage": "https://github.com/johntvolk/ExpandableColumnLayout",
"license": "MIT",
"authors": {
"John Volk": "john.t.volk@gmail.com"
},
"source": {
"git": "https://github.com/johntvolk/ExpandableColumnLayout.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}