blob: 273f2d305002467514378d176694736d3a084452 [file] [log] [blame]
{
"name": "BGWaterfallsFlowView",
"version": "1.0.0",
"license": "MIT",
"summary": "BGWaterfallsFlowView是一个Swift版基于UICollectionView封装瀑布流控件,内部自带上下拉刷新",
"homepage": "https://github.com/yangshebing/BGWaterfallsFlowView",
"authors": {
"yangshebing": "811068990@qq.com"
},
"source": {
"git": "https://github.com/yangshebing/BGWaterfallsFlowView.git",
"tag": "1.0.0"
},
"source_files": "BGWaterfallsFlowView/*",
"resource_bundles": {
"BGWaterfallsFlowView": [
"BGWaterfallsFlowView/Resources/*"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"SDWebImage": [
"~> 5.7.3"
]
},
"swift_version": "5.0"
}