blob: c1466ac264ac48bdcaf5063ad0608277768e72fb [file] [log] [blame]
{
"name": "PSSTableViewNoneData",
"version": "1.0.2",
"summary": "A drop-in UITableView superclass category for showing empty datasets whenever the view has no content to display.",
"description": "It will work automatically, by just conforming to PSSTableViewNoneData, and returning the data you want to show. The -reloadData call will be observed so the empty dataset will be configured whenever needed.",
"homepage": "https://github.com/Pangshishan/PSSTableViewNoneData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pangshishan": "Pangshishan1@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Pangshishan/PSSTableViewNoneData.git",
"tag": "v1.0.2"
},
"source_files": "PSSTableViewNoneData/PSSTableViewNoneDataSet/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}