blob: 3467f5989a40cd18d22c6e34239ef81abfd53544 [file] [log] [blame]
{
"name": "LazyScroll",
"version": "1.0.0",
"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",
"HarrisonXi": "gpra8764@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/alibaba/LazyScrollView.git",
"tag": "1.0.0"
},
"source_files": "LazyScrollView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"TMUtils": [
"~> 1.0"
]
}
}