blob: f8fedd92fc30f52d730fcd75fc7fe883de5cbae5 [file] [log] [blame]
{
"name": "LWCollectionViewCell",
"version": "0.1.0",
"summary": "A lightweight collection view cell for monstrous scrolling smoothness",
"description": "Achieving a perfect smoothness is possible only if CPU and GPU loading is balanced.\nLWCollectionViewCell clears the subviews' stack, and keeps one subview only,\nthe one where we're going to draw most of the content in.\nSo, force yourself to draw any static image and text using CoreGraphics, but use a\nUIImageView if you need an asynchronous image loading.\nAvoid gradients, avoid blendings, and keep all pixel-perfect rounding coordinates and dimensions\nwith ceil and floor, or using the .integral attribute of CGRect.\nHave fun!",
"homepage": "https://github.com/paoloq/LWCollectionViewCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paolo Arduin": "arduin.paolo@gmail.com"
},
"source": {
"git": "https://github.com/paoloq/LWCollectionViewCell.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LWCollectionViewCell/Classes/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}