blob: 38990332fa4dabc8fb902c056edf63ed4c1b5827 [file] [log] [blame]
{
"name": "DSHCustomLayout",
"version": "0.0.1",
"summary": "自定义 collection view layout",
"description": "UICollectionView 横向分页自定义layout",
"homepage": "https://github.com/568071718/CollectionViewCustomLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lu": "568071718@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/568071718/CollectionViewCustomLayout.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}