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