blob: 9ad963b7b3223585c823ccc36b1f7bbe411c785a [file] [log] [blame]
{
"name": "SlickCollection",
"version": "0.0.5",
"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.md"
},
"authors": {
"Matt Sanford": "mhs2342@vt.edu"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mhs2342/SlickCollectionView.git",
"tag": "0.0.5"
},
"source_files": [
"SlickCollectionView",
"SlickCollectionView/**/*.{h,m,swift}"
]
}