blob: cc66a3248e22301eb88d0cabb829e7f1e8e64067 [file] [log] [blame]
{
"name": "APLExpandableCollectionView",
"version": "0.0.5",
"summary": "UICollectionView subclass with vertically expandable and collapsible sections",
"description": "* animated expand and collapse animation\n* scrolls expanded section to visible\n* customizable flow layout for iPhone and iPad\n* supports single and multiple expanded sections\n* supports addition of sections",
"homepage": "https://github.com/apploft/APLExpandableCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Michael Kamphausen",
"Stella Sadova"
],
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/apploft/APLExpandableCollectionView.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}