blob: 974c59af7bbbf7a8e16495c32e32259309ba6449 [file] [log] [blame]
{
"name": "LeftAlignedCollectionViewLayout",
"version": "0.1.1",
"summary": "A UICollectionViewFlowLayout implementation to left-align the content in a UICollectionView",
"description": "A UICollectionViewFlowLayout implementation to left-align the content in a UICollectionView.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/CheeseRoot/LeftAlignedCollectionViewLayout",
"authors": {
"Sudhanshu Singh": "sudhanshu5575@gmail.com"
},
"source": {
"git": "https://github.com/CheeseRoot/LeftAlignedCollectionViewLayout.git",
"tag": "0.1.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "LeftAlignedCollectionViewLayout/LeftAlignedCollectionViewLayout.swift"
}