blob: dfdfb4f61f90f22260206f939c576696207cbc67 [file] [log] [blame]
{
"name": "ZLBalancedFlowLayout",
"version": "0.0.1",
"summary": "A UICollectionViewFlowLayout subclass that scales items to take up space, optimized for large item set, inspired by NHBalancedFlowLayout.",
"homepage": "https://github.com/zhxnlai/ZLBalancedFlowLayout",
"screenshots": [
"https://raw.githubusercontent.com/zhxnlai/ZLBalancedFlowLayout/master/Previews/vertical.png",
"https://raw.githubusercontent.com/zhxnlai/ZLBalancedFlowLayout/master/Previews/horizontalLandscape.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhixuan Lai": "zhxnlai@gmail.com"
},
"social_media_url": "http://twitter.com/ZhixuanLai",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhxnlai/ZLBalancedFlowLayout.git",
"tag": "0.0.1"
},
"source_files": "ZLBalancedFlowLayout/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}