blob: accd8ca4297b4ead007780935c60823b35677e37 [file] [log] [blame]
{
"name": "LBReusableScrollView",
"version": "0.0.1",
"summary": "自定义LBReusableScrollView",
"description": "高性能复用ScrollView,使用简单,只需要代理返回View就可以简单实现一个滚动View,不管总共多少页,占用内存的只有当前页、前一页、后一页。",
"homepage": "https://github.com/A1129434577/LBReusableScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"刘彬": "1129434577@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/A1129434577/LBReusableScrollView.git",
"tag": "0.0.1"
},
"source_files": "LBReusableScrollView/**/*.{h,m}",
"requires_arc": true
}