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