blob: 852fa5a5b88d079b0a759cd15ea2dff744763d0f [file] [log] [blame]
{
"name": "HTPullToRefresh",
"version": "0.0.1",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "Give multiple pull-to-refreshes to any UIScrollView (both vertically and/or horizontally) with minial setup",
"homepage": "https://github.com/hoang-tran/HTPullToRefresh",
"authors": {
"Hoang Tran": "hoangtx.master@gmail.com"
},
"source": {
"git": "https://github.com/hoang-tran/HTPullToRefresh.git",
"tag": "0.0.1"
},
"description": "HTPullToRefresh allows you to easily add multiple pull-to-refreshes to your UIScrollView (both vertically and/or horizontally) with minimal setup",
"frameworks": "QuartzCore",
"source_files": "SVPullToRefresh/*.{h,m}",
"preserve_paths": "Demo",
"requires_arc": true
}