blob: 4dfc5fe21875599b15d8e4a695b16d549d457b00 [file] [log] [blame]
{
"name": "TCBaseTableVC",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TCBaseTableVC/Classes/**/*",
"dependencies": {
"MJRefresh": [
],
"DZNEmptyDataSet": [
]
}
}