blob: e4d543b52e769c2f22c55bd598be282fa4b2bd81 [file] [log] [blame]
{
"name": "TCBaseTableVC",
"version": "0.1.3",
"summary": "TableView基类,列表使用更加方便,统一了数据请求和翻页逻辑",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xtuck/TCBaseTableVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xtuck": "104166631@qq.com"
},
"source": {
"git": "https://github.com/xtuck/TCBaseTableVC.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TCBaseTableVC/Classes/**/*",
"dependencies": {
"MJRefresh": [
],
"DZNEmptyDataSet": [
]
}
}