blob: 4bed7c71bce2f01f3ee020c5eb0127822c1c9a17 [file] [log] [blame]
{
"name": "TBEmptyDataSet",
"version": "2.9",
"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.9"
},
"source_files": "TBEmptyDataSet/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}