blob: 75eb3bbaa4edf59f5115c330cda454f2022e7523 [file] [log] [blame]
{
"name": "SFCollectionViewCompactLayout",
"version": "0.1.0",
"summary": "A custom layout subclass from UICollectionViewLayout.",
"description": "SFCollectionViewCompactLayout is custom layout subclassed from UICollectionViewLayout. This is what UICollectionViewFlowLayout should have looked like.",
"homepage": "https://gitlab.com/sudofluff/SFCollectionViewCompactLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sudofluff": "sudofluff@icloud.com"
},
"source": {
"git": "https://gitlab.com/sudofluff/SFCollectionViewCompactLayout.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1.2",
"source_files": "SFCollectionViewCompactLayout/Classes/**/*"
}