blob: 53f7efda29e48e50cb7de6acb3a47dc9bbe0b4c3 [file] [log] [blame]
{
"name": "DFCollectionViewAlignmentLayOut",
"version": "0.2.0",
"summary": "带对齐方式的UICollectionView布局",
"description": "UICollectionViewLayOut with 3 alignments (include left, right and middle).\n更新说明:\n增加流水布局样式,要求section必须为1,且只能垂直滑动,不支持header/footer;补充说明文档;",
"homepage": "https://github.com/quanchengk/DFCollectionViewAlignmentLayOut",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danfort": "quanchengk@163.com"
},
"source": {
"git": "https://github.com/quanchengk/DFCollectionViewAlignmentLayOut.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DFCollectionViewAlignmentLayOut/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}