blob: 8bbd47f5d8d2181828a92ba353c4cb0ead87611e [file] [log] [blame]
{
"name": "SVPullToRefresh_Bell",
"version": "1.0.1",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
"homepage": "https://github.com/zjr999/SVPullToRefresh",
"authors": {
"Bell": "zjr999@gmail.com"
},
"source": {
"git": "https://github.com/zjr999/SVPullToRefresh.git",
"tag": "1.0.1"
},
"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.",
"frameworks": "QuartzCore",
"source_files": "SVPullToRefresh/*.{h,m}",
"requires_arc": true
}