blob: 5ad22ee7482d80e3ef301e7cfee46d7657ee3476 [file] [log] [blame]
{
"name": "APLExpandableCollectionView",
"version": "0.0.1",
"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",
"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.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}