blob: 8db8d653964f707cfaf8efe6c0d5a68dccd6c9c7 [file] [log] [blame]
{
"name": "QCPullRefresh",
"version": "0.1.1",
"summary": "QCPullRefresh is imitation BanTanAnimation Pull Refresh.",
"description": "TODO: 这是一款模仿半糖下拉刷新的刷新控件, 仅供学习和参考. 其中主要参考了MJRefresh以及一些其他的刷新动画效果,旨在提高刷新效率.",
"homepage": "https://github.com/QC-L/QCPullRefresh",
"license": "MIT",
"authors": {
"QC-L": "liqichang_4869@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/QC-L/QCPullRefresh.git",
"tag": "0.1.1"
},
"source_files": [
"QCPullRefresh",
"QCPullRefresh/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreText",
"QuartzCore"
]
}