blob: 45a3a1bbfaada35f55bef77b14ee594d2a7de0c7 [file] [log] [blame]
{
"name": "LazyScroll",
"version": "1.0.1",
"summary": "A ScrollView to resolve the problem of reusability of views.",
"homepage": "https://github.com/alibaba/LazyScrollView",
"license": {
"type": "MIT"
},
"authors": {
"fydx": "lbgg918@gmail.com",
"HarrisonXi": "gpra8764@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/alibaba/LazyScrollView.git",
"tag": "1.0.1"
},
"source_files": "LazyScrollView/*.{h,m}",
"requires_arc": true,
"prefix_header_contents": "#import <TMUtils/TMUtils.h>",
"dependencies": {
"TMUtils": [
"~> 1.0.1"
]
}
}