blob: 9ae60eb8a64347bbf4e681e2b3a64ecfa451eca7 [file] [log] [blame]
{
"name": "XLsn0wTableView",
"version": "1.0.0",
"homepage": "https://github.com/XLsn0w/XLsn0wTableView",
"source": {
"git": "https://github.com/XLsn0w/XLsn0wTableView.git",
"tag": "1.0.0"
},
"summary": "XLsn0wTableView 性能优化",
"description": "XLsn0w自定义TableView, 减轻ViewController负担, 1.异步渲染内容到图片。 2.按照滑动速度按需加载内容。 3.重写处理网络图片加载。XLsn0wTableView代理<UITableViewDelegate, UITableViewDataSource>协议 cell按需加载 异步绘制 图片缓存 cell高度自适应缓存",
"authors": {
"XLsn0w": "xlsn0wios@gmail.com"
},
"license": "MIT",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "XLsn0wTableViewKit/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"XLsn0wKit_objc": [
],
"YYText": [
],
"YYModel": [
],
"MJRefresh": [
],
"KVOController": [
],
"UITableView+FDTemplateLayoutCell": [
]
}
}