blob: 8b2d6c062b1eeab602fced18beb2bf59d4c73cb7 [file] [log] [blame]
{
"name": "TBEmptyDataSet",
"version": "2.7",
"summary": "An extension of UITableView/UICollectionView's super class, it will display a placeholder when the data is empty.",
"homepage": "https://github.com/teambition/TBEmptyDataSet",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Xin Hong",
"source": {
"git": "https://github.com/teambition/TBEmptyDataSet.git",
"tag": "2.7"
},
"source_files": "TBEmptyDataSet/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "4.1"
}