blob: 96073062c14ea43a6e4033618452c81b2a811558 [file] [log] [blame]
{
"name": "WSHorizontalPageFlowLayout",
"version": "0.0.1",
"summary": "利用该layout可以快速封装左右分页滑动的集合视图.使用方式和系统UICollectionViewDelegateFlowLayout相同,方便快捷,可无缝切换.",
"homepage": "https://github.com/ONECATYU/WSHorizontalPageFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ONECATYU": "786910875@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ONECATYU/WSHorizontalPageFlowLayout.git",
"tag": "0.0.1"
},
"source_files": [
"WSHorizontalPageFlowLayout",
"WSHorizontalPageFlowLayout/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}