blob: 1fdad6ee35f85254ba60fea9b614b19e0872f0b7 [file] [log] [blame]
{
"name": "SVPullToRefreshPlus",
"version": "0.4.4.1",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "Give pull-to-refresh to any UIScrollView with 1 line of code. Maybe! Old and forked.",
"homepage": "https://github.com/samvermette/SVPullToRefresh",
"authors": {
"Sam Vermette": "hello@samvermette.com"
},
"source": {
"git": "https://github.com/scottcc/SVPullToRefreshPlus.git",
"tag": "0.4.4.1"
},
"description": "MODIFIED DO NOT USE: 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}",
"preserve_paths": "Demo",
"requires_arc": true
}