blob: 6827acfda248ff5ae88edae1d69555ca9e0a9d41 [file] [log] [blame]
{
"name": "LSiOSTableView",
"version": "1.3.0",
"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.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSTableView/Classes/**/*",
"resources": "LSiOSTableView/**/*.{png,bundle}",
"frameworks": "UIKit",
"dependencies": {
"MJRefresh": [
],
"Masonry": [
],
"LSiOSHook": [
]
}
}