blob: 3cf3e7f09f2fcdbd155db97c262181224f5cadde [file] [log] [blame]
{
"name": "APLExpandableCollectionView",
"version": "0.0.2",
"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",
"homepage": "https://github.com/apploft/APLExpandableCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kamphausen": "michael.kamphausen@apploft.de"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/apploft/APLExpandableCollectionView.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}