[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 0 / b / QCPullRefresh / 0.1.0 / QCPullRefresh.podspec.json
blob7594f20d5bb89e51e2034525f5629361b86def9d
2   "name": "QCPullRefresh",
3   "version": "0.1.0",
4   "summary": "QCPullRefresh is imitation BanTanAnimation Pull Refresh.",
5   "description": "TODO: 这是一款模仿半糖下拉刷新的刷新控件, 仅供学习和参考. 其中主要参考了MJRefresh以及一些其他的刷新动画效果,旨在提高刷新效率.",
6   "homepage": "https://github.com/QC-L/QCPullRefresh",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "QC-L": "liqichang_4869@163.com"
13   },
14   "source": {
15     "git": "https://github.com/QC-L/QCPullRefresh.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "QCPullRefresh/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "CoreText",
26     "QuartzCore"
27   ]