blob: a52004c72dc0cd2670d593e02cbb199a5511f101 [file] [log] [blame]
{
"name": "FWShadowableScroll",
"version": "0.1.0",
"summary": "UIScrollView extension to add a top shadow while scrolling.",
"description": "A scroll view top shadow, visible while scrolling, with customizable height and radius.",
"homepage": "https://github.com/felipewil/FWShadowableScroll",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Felipe Leite": "felipewil@icloud.com"
},
"source": {
"git": "https://github.com/felipewil/FWShadowableScroll.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "3.2",
"source_files": "FWShadowableScroll/Classes/**/*"
}