blob: be8209534aec77c4f9424c300439f3f94a6e0cbb [file] [log] [blame]
{
"name": "UIScrollView-LIFade",
"version": "1.0.0",
"summary": "A lightwight, fancy and non-intrusive UIScrollView fade effect category",
"description": "- Just one line of code can add a fade effect to any of UIScrollView including its subclass.\n- Support horizontal, vertical or both.\n- Non-intrusive, no need to subclass it.",
"social_media_url": "https://lihkg.com",
"homepage": "https://github.com/lihkg/UIScrollView-LIFade",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lihkg-foresight": "git4sight@gmail.com"
},
"source": {
"git": "https://github.com/lihkg/UIScrollView-LIFade.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "UIScrollView-LIFade/*.{h,m}",
"public_header_files": "UIScrollView-LIFade/**/*.{h}"
}