blob: 38575cd9b2085d7f11a9ae1b972faf4194303de8 [file] [log] [blame]
{
"name": "LSiOSTableView",
"version": "1.0.1",
"summary": "视图控件 - 表视图抽象",
"description": "常规的表视图基类,带下拉刷新、上拉加载机制\n更新说明:\n修复OBJC_ASSOCIATION_ASSIGN调用integerValue方法时,在模拟器出现闪退的问题;增加ls_tableView_autoHideFooter属性",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSTableView/Classes/**/*",
"resources": "LSiOSTableView/**/*.{png,bundle}",
"frameworks": "UIKit",
"dependencies": {
"MJRefresh": [
],
"Masonry": [
],
"LSiOSHook": [
]
}
}