blob: 9178bf6826d50a424cbffa5e276dbcf8a8a87acc [file] [log] [blame]
{
"name": "AECollapsableCollectionView",
"version": "0.0.2",
"summary": "A collapsable UICollectionView work with section head.",
"description": "This library is inspired by the anther similar project APLExpandableCollectionView. That shortcoming of that project is that it need comsumer to prepare extra collection cell as the clickable header to tigger the collapse or expand action. As a result, the developer have to take more effort to deal with the stuffs besides their core business logic.\n\nAECollapsableCollectionView defined the toggle method for a spefic section, so that the developers can trigger the toggle action conventiently. The section can be expanded by tapping the button in the header view. You can check detail in the sample project.",
"homepage": "https://github.com/canicelebrate/AECollapsableCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William Wang": "canicelebrate@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/canicelebrate/AECollapsableCollectionView.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}