2 "name": "VCollectionViewGridLayout",
4 "summary": "Simple grid layout for UICollectionView with sticky headers.",
5 "description": "\t\t\t\t\tSimple grid layout for UICollectionView with sticky headers.\n\t\t\t\t\tVertical scrolling.\n\t\t\t\t\t\n\t\t\t\t\t##Note about iOS7\n\t\t\t\t\tThe original intent of this library was to fix a multitude of\n\t\t\t\t\tanimation issues with `UICollectionViewFlowLayout` and batch updates \n\t\t\t\t\tin iOS6. The \"Expand\" and \"Sort & Filter\" sample projects illustrate\n\t\t\t\t\ttwo such issues with side-by-side comparisons of `UICollectionViewFlowLayout`\n\t\t\t\t\tand `VCollectionViewGridLayout`. Note that in iOS7, both of these sample\n\t\t\t\t\tprojects work correctly with `UICollectionViewFlowLayout`, so this library\n\t\t\t\t\tmay not provide any benefit over `UICollectionViewFlowLayout` beyond\n\t\t\t\t\tsticky headers.\n",
6 "homepage": "https://github.com/vast-engineering/uicollectionview-gridlayout",
11 "wtmoose": "tmoose@vast.com"
14 "git": "https://github.com/vast-eng/uicollectionview-gridlayout.git",
20 "source_files": "VCollectionViewGridLayout/**/*.{h,m}",
21 "exclude_files": "Classes/Exclude",