blob: e808dc08d2647425a21206ed54d167c5c68e2f15 [file] [log] [blame]
{
"name": "LSiOSTableView",
"version": "0.0.2",
"summary": "朗新框架 - 视图分类 - 表视图抽象",
"description": "常规的表视图基类,带下拉刷新、上拉加载机制\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": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSTableView/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"LSiOSBasic": [
],
"MJRefresh": [
]
}
}