blob: 10826b3382855055ac6b1cb7d7199166dc532674 [file] [log] [blame]
{
"name": "SVPullToRefresh",
"version": "0.2",
"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.2"
},
"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
}