blob: dbd6019b35227d2f7c759b23f4526b2804556bf4 [file] [log] [blame]
{
"name": "SSFadingScrollView",
"version": "1.0.1",
"summary": "A UIScrollView subclass that fades the top and/or bottom of a scroll view to transparent",
"homepage": "https://github.com/stephsharp/SSFadingScrollView/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Stephanie Sharp",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/stephsharp/SSFadingScrollView.git",
"tag": "v1.0.1"
},
"source_files": "SSFadingScrollView",
"public_header_files": [
"SSFadingScrollView/SSFadingScrollView.h"
],
"frameworks": "QuartzCore",
"requires_arc": true
}