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