blob: 5b20297f8481aebac088e2dd8d1eac173ac79908 [file] [log] [blame]
{
"name": "SLEmptyPage",
"version": "1.0.7",
"swift_versions": "5.0",
"summary": "空状态页",
"description": "设置UITableView和UICollectionView没有展示信息时显示自定义的空状态页面",
"homepage": "https://github.com/2NU71AN9/SLEmptyPage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"孙梁": "1491859758@qq.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/2NU71AN9/SLEmptyPage.git",
"tag": "v1.0.7"
},
"source_files": "SLEmptyPage/EmptyPage/*.swift",
"resources": "SLEmptyPage/EmptyPage/*.bundle",
"requires_arc": true,
"dependencies": {
"SnapKit": [
]
},
"swift_version": "5.0"
}