blob: bc66c9c3a8a2dc4f6c85ad9f3b88cb5fe181234e [file] [log] [blame]
{
"name": "SSFadingScrollView",
"version": "1.1.0",
"summary": "A UIScrollView subclass that fades the leading and/or trailing edges 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.1.0"
},
"source_files": "SSFadingScrollView",
"public_header_files": [
"SSFadingScrollView/SSFadingScrollView.h"
],
"frameworks": "QuartzCore",
"requires_arc": true
}