blob: 41c4eb7180f0c7c11e2ac49b2fa04bdda3e38fbd [file] [log] [blame]
{
"name": "SVPullToRefreshImprove",
"version": "0.5",
"summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
"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.'\n",
"homepage": "https://github.com/luobin23628",
"license": "MIT",
"authors": {
"binluo": "luobin23628@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/luobin23628/SVPullToRefresh.git",
"tag": "0.5"
},
"source_files": "SVPullToRefresh/*.{h,m}",
"preserve_paths": "Demo",
"frameworks": "QuartzCore",
"requires_arc": true
}