2 "name": "SVPullToRefreshImprove",
4 "summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
5 "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",
6 "homepage": "https://github.com/luobin23628",
9 "binluo": "luobin23628@163.com"
15 "git": "https://github.com/luobin23628/SVPullToRefresh.git",
18 "source_files": "SVPullToRefresh/*.{h,m}",
19 "preserve_paths": "Demo",
20 "frameworks": "QuartzCore",