blob: b94131255b65c068ac5cf07fd3a95e8029ea6cde [file] [log] [blame]
{
"name": "SVPullToRefreshEnjoy",
"version": "0.5.0",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
"homepage": "https://github.com/yuconora/SVPullToRefresh",
"authors": {
"Sam Vermette": "yuconora@163.com"
},
"source": {
"git": "https://github.com/yuconora/SVPullToRefresh.git",
"tag": "0.5.0"
},
"description": "this is forked by SVPullToRefreshSVPullToRefresh 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
}