blob: 24543eddd8e3785ceb96a9a90723b1e5fdc0ca34 [file] [log] [blame]
{
"name": "PullToRefreshView",
"version": "0.0.1",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "A UIView for easily implementing pull-to-refresh functionality in a UIScrollView that doesn't suck.",
"homepage": "https://github.com/btaylor/PullToRefreshView",
"authors": {
"Grant Paul": "chpwn@chpwn.com"
},
"source": {
"git": "https://github.com/btaylor/PullToRefreshView.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"frameworks": "QuartzCore",
"resources": "*.png",
"requires_arc": false
}