blob: 941221e27ae16b817efd39ee2407395ad0051c41 [file] [log] [blame]
{
"name": "MLWTiledLayout",
"version": "0.2.0",
"summary": "Tiled highly customizable collection view layout",
"description": "`MLWTiledLayout` is `UICollectionViewLayout` subclass that implements tiled layout or\nmosaic layout automagically adopted to any iPhone screen size.\nLayout is column-based and inspired by lightbox layout.",
"homepage": "https://github.com/ML-Works/MLWTiledLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Podkovyrin": "podkovyrin@mlworks.com"
},
"source": {
"git": "https://github.com/ML-Works/MLWTiledLayout.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "8.0"
},
"source_files": "MLWTiledLayout/Classes/**/*",
"frameworks": "UIKit"
}