blob: 36eaf36e4ef6647109883d2105938cbef1a6b1a8 [file] [log] [blame]
{
"name": "FWShadowableScroll",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "FWShadowableScroll/Classes/**/*"
}