blob: c96b9733038605376d323531bd34ab55a2bde058 [file] [log] [blame]
{
"name": "ADMozaicCollectionViewLayout",
"version": "4.1.0",
"summary": "Custom mozaic style collection view layout",
"description": "ADMozaicCollectionViewLayout is yet another UICollectionViewLayout subclass that implements \"brick\" or \"mozaic\" layout.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/Antondomashnev/ADMozaicCollectionViewLayout",
"authors": {
"Anton Domashnev": "antondomashnev@gmail.com"
},
"source": {
"git": "https://github.com/Antondomashnev/ADMozaicCollectionViewLayout.git",
"tag": "4.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "ADMozaikCollectionViewLayout/**/*.swift",
"frameworks": "UIKit",
"swift_version": "4.2"
}