blob: 61d0d620e28f88630629f4b6f6bd423cb3322453 [file] [log] [blame]
{
"name": "AnimatedCollectionViewLayout",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A UICollectionViewLayout subclass that adds custom\n transitions/animations to the UICollectionView",
"description": "A normal UICollectionView has no transition effects when you scroll from one\nitem to another. There are lots of ways to write animations for\nUICollectionView, but using a UICollectionViewLayout subclass is by far the\nsimplest one. And it doesn't break any of your existing code. You can still\nuse your UICollectionView subclass and you don't need to change your\nUICollectionViewCell. Just plug and enjoy.",
"homepage": "https://github.com/KelvinJin/AnimatedCollectionViewLayout",
"authors": {
"Jin Wang": "jinw1990@gmail.com"
},
"source": {
"git": "https://github.com/KelvinJin/AnimatedCollectionViewLayout.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": [
"5.0",
"5.1"
],
"swift_version": "5.1"
}