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