blob: a3ff5a0e769dbd1f12f4e14bf6e5c915f7cf8bab [file] [log] [blame]
{
"name": "TvOSCustomizableTableViewCell",
"authors": "Zattoo",
"version": "2.0.0",
"license": "MIT",
"summary": "Light wrapper of UITableViewCell that allow extra customization for tvOS",
"homepage": "https://github.com/zattoo/TvOSCustomizableTableViewCell",
"source": {
"git": "https://github.com/zattoo/TvOSCustomizableTableViewCell.git",
"tag": "2.0.0"
},
"swift_versions": "5.0",
"platforms": {
"tvos": "11.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"ZattooGradientView": [
"~> 1.0.0"
]
},
"swift_version": "5.0"
}