blob: 1344f0119486a81e5e14ccace7d23645ff03ea50 [file] [log] [blame]
{
"name": "LazyScroll",
"version": "0.0.2",
"summary": "A ScrollView to resolve the problem of reusability of views.",
"description": "It reply an another way to control reuse in a ScrollView, it depends on give a special reuse identifier to every view controlled in LazyScrollView.",
"homepage": "https://github.com/alibaba/LazyScrollView",
"license": {
"type": "MIT"
},
"authors": {
"fydx": "lbgg918@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/alibaba/LazyScrollView.git",
"tag": "0.0.2"
},
"source_files": "LazyScrollView/TMMuiLazyScrollView.{h,m}",
"requires_arc": true
}