blob: 65de3a1c77727f81acf6f2ec64d63f472511d5c9 [file] [log] [blame]
{
"name": "SVPullToRefresh",
"version": "0.3",
"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.3"
},
"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}",
"requires_arc": true
}