blob: 033e0ae530af5abcafab37cbe325d010e53c1468 [file] [log] [blame]
{
"name": "NODataPlaceholderView",
"version": "0.0.3",
"summary": "A UITableView and UICollectionView are used to display categories when there is no data.",
"description": "A UITableView and UICollectionView without data display control, using UIScrollView classification package, you can very simple to use it.",
"homepage": "https://github.com/Ossey/NODataPlaceholderView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ossey": "xiaoyuan1314@me.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Ossey/NODataPlaceholderView.git",
"tag": "0.0.3"
},
"source_files": [
"NODataPlaceholderView",
"NODataPlaceholderView/NODataPlaceholderView/NODataPlaceholderView/**/*.{h,m}"
],
"requires_arc": true
}