blob: d10a982f5424054a699e916625e3954b2c228413 [file] [log] [blame]
{
"name": "BPGridCollectionViewFlowLayout",
"version": "0.1",
"summary": "An instagram-like grid layout for UICollectionView.",
"description": "This component was created to create an extremely minimalistic version of the grid like layout seen in a lot of apps. After filtering thru many other previously created components, I found them all to be bloated with unnecessary features and decided to create my own.",
"homepage": "https://github.com/elementsrtyte/BPGridCollectionViewFlowLayout",
"screenshots": "https://raw.githubusercontent.com/elementsrtyte/BPGridCollectionViewFlowLayout/master/Screenshots/BPGridCollectionViewFlowLayout.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Neil Bhargava": "neilb@email.arizona.edu"
},
"source": {
"git": "https://github.com/elementsrtyte/BPGridCollectionViewFlowLayout.git",
"tag": "0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BPGridCollectionViewFlowLayout/Classes/**/*",
"pushed_with_swift_version": "3.0"
}