blob: d944d0f5aef94c3b06b4038c2c9db7dc140d2b1c [file] [log] [blame]
{
"name": "DynamicWaveCollectionView",
"version": "0.1.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.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DynamicWaveCollectionView/Classes/**/*",
"frameworks": "UIKit"
}