blob: c7d8b04a31d9a8318396563eb996e618895a27a2 [file] [log] [blame]
{
"name": "SlickCollection",
"version": "0.0.1",
"summary": "Short little framework to animate collectionview cells with a hidden drawer.",
"swift_version": "4.1",
"description": "An easy way to create animated collectionview cells to show and hide content upon user interaction.",
"homepage": "https://github.com/mhs2342/SlickCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt Sanford": "mhs2342@vt.edu"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/mhs2342/SlickCollectionView.git",
"tag": "0.0.1"
},
"source_files": [
"SlickCollectionView",
"SlickCollectionView/**/*.{h,m,swift}"
]
}