blob: d77e3ab2602a2f3394f9b333a97c16448e7cd045 [file] [log] [blame]
{
"name": "LSiOSTableView",
"version": "0.3.1",
"summary": "视图控件 - 表视图抽象",
"description": "常规的表视图基类,带下拉刷新、上拉加载机制\n更新说明:\n增加判断数据是否为空的判断;增加ls_tableView_noNetTip和ls_tableView_emptyTip可以传nsstring类型的判断",
"homepage": "https://code.aliyun.com/LSKit/LSiOSTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danfort": "quanchengk@163.com"
},
"source": {
"git": "https://code.aliyun.com/LSKit/LSiOSTableView.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSTableView/Classes/**/*",
"resources": "LSiOSTableView/**/*.{png,bundle}",
"frameworks": "UIKit",
"dependencies": {
"MJRefresh": [
],
"Masonry": [
],
"LSiOSHook": [
]
}
}