blob: ad97a9ac49008fed16502608066a4352fd46c643 [file] [log] [blame]
{
"name": "MLWTiledLayout",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "8.0"
},
"source_files": "MLWTiledLayout/Classes/**/*",
"frameworks": "UIKit"
}