blob: ebab8d738f0bb3e15c526c7b8f6ff5b193d83d02 [file] [log] [blame]
{
"name": "SVPullToRefresh",
"version": "0.1",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
"homepage": "https://github.com/samvermette/SVPullToRefresh",
"authors": {
"Sam Vermette": "hello@samvermette.com"
},
"source": {
"git": "https://github.com/samvermette/SVPullToRefresh.git",
"tag": "0.1"
},
"description": "SVPullToRefresh allows you to easily add pull-to-refresh functionality to any UIScrollView subclass with only 1 line of code. Instead of depending on delegates and/or subclassing UIViewController, SVPullToRefresh extends UIScrollView with a addPullToRefreshWithActionHandler: method as well as a pullToRefreshView property.",
"frameworks": "QuartzCore",
"source_files": "SVPullToRefresh/*.{h,m}",
"resources": "SVPullToRefresh/SVPullToRefresh.bundle",
"requires_arc": false
}