blob: 410f8871b98b9de15a55b2eb3d9752759a9b66b3 [file] [log] [blame]
{
"name": "TRSVPullToRefresh",
"version": "0.4.3",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
"homepage": "https://github.com/samvermette/SVPullToRefresh",
"authors": {
"Sam Vermette": "hello@samvermette.com"
},
"source": {
"git": "https://github.com/PodRepo/SVPullToRefresh.git",
"tag": "0.4.3"
},
"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",
"dependencies": {
"KVOController": [
"1.0.3"
]
},
"source_files": "SVPullToRefresh/*.{h,m}",
"preserve_paths": "Demo",
"requires_arc": true
}