blob: 2b829d4f9697620381ad00c9a74ab140d8587a8d [file] [log] [blame]
{
"name": "LSiOSTableView",
"version": "1.0.3",
"summary": "视图控件 - 表视图抽象",
"description": "常规的表视图基类,带下拉刷新、上拉加载机制\n更新说明:\n新增空白状态的点击事件回调",
"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": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSTableView/Classes/**/*",
"resources": "LSiOSTableView/**/*.{png,bundle}",
"frameworks": "UIKit",
"dependencies": {
"MJRefresh": [
],
"Masonry": [
],
"LSiOSHook": [
]
}
}