2 "name": "SVPullToRefresh_Bell",
8 "summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
9 "homepage": "https://github.com/zjr999/SVPullToRefresh",
11 "Sam Vermette": "hello@samvermette.com"
14 "git": "https://github.com/zjr999/SVPullToRefresh.git",
17 "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.",
18 "frameworks": "QuartzCore",
19 "source_files": "SVPullToRefresh/*.{h,m}",
20 "preserve_paths": "Demo",