blob: 06b3794627942f0e9e73495bcc34521af2a3a91a [file] [log] [blame]
{
"name": "ADMozaicCollectionViewLayout",
"version": "1.0.2",
"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": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ADMozaikCollectionViewLayout/**/*.swift",
"frameworks": "UIKit"
}