blob: c5241dfc2e6134c33f850c3bba1d0eddcc468b3e [file] [log] [blame]
{
"name": "EmptyState",
"swift_versions": "5.0",
"version": "0.0.1",
"summary": "Showing empty datasets whenever the view has no content to display",
"description": "By just conforming to EmptyStateDatasource,you can show view with different state such like loading/empty/network error/failed and so on",
"homepage": "https://github.com/LeaderBoy/EmptyStateView",
"license": "MIT",
"authors": {
"LeaderBoy": "748603349@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LeaderBoy/EmptyStateView.git",
"tag": "0.0.1"
},
"source_files": [
"SwiftEmptyStateView/EmptyState",
"SwiftEmptyStateView/EmptyState/**/*.swift"
],
"resources": "SwiftEmptyStateView/EmptyState/**/*.xib",
"swift_version": "5.0"
}