blob: 2715e073b263b0aea75ba5f2608b3e0123861078 [file] [log] [blame]
{
"name": "DynamicWaveCollectionView",
"version": "0.9.1",
"summary": "UICollectionView with floating rows (like iMassage) + \"didSelectItemAtIndexPath\" wave animation",
"description": "If You want table or collection with floating, dumping, stretching (dynamic) cells (items) like iMessage app DynamicWaveCollectionView is what you want!\n\nDynamicWaveCollectionView is a subclass of UICollectionViewController + UICollectionViewFlowLayout with a simple API with floating rows + \"didSelectItemAtIndexPath\" wave animation",
"homepage": "https://github.com/CoolCodeFactory/DynamicWaveCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Utmanov": "utm4@mail.ru"
},
"source": {
"git": "https://github.com/CoolCodeFactory/DynamicWaveCollectionView.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DynamicWaveCollectionView/Classes/**/*",
"frameworks": "UIKit"
}