blob: b2a2060b7238842c6fc789b34164106e9a70034c [file] [log] [blame]
{
"name": "ToastCollectionView",
"version": "0.2.0",
"swift_version": "4.2",
"summary": "A UICollectionView cell that animate Toast Views while scrolling.",
"description": "A UICollectionView cell that shows and animates a toast when appearing on screen.",
"homepage": "https://github.com/scaraux/ToastCollectionViewCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oscar Gotting": "https://twitter.com/scaraux"
},
"source": {
"git": "https://github.com/scaraux/ToastCollectionViewCell.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ToastCollectionView/Classes/**/*"
}