[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / b / 3 / SVPullToRefreshImprove / 0.5 / SVPullToRefreshImprove.podspec.json
blob41c4eb7180f0c7c11e2ac49b2fa04bdda3e38fbd
2   "name": "SVPullToRefreshImprove",
3   "version": "0.5",
4   "summary": "Give pull-to-refresh to any UIScrollView with 1 line of code.",
5   "description": "'SVPullToRefresh allows you to easily add pull-to-refresh ' 'functionality to any UIScrollView subclass with only 1 ' 'line of code. Instead of depending on delegates and/or ' 'subclassing UIViewController, SVPullToRefresh extends ' 'UIScrollView with a addPullToRefreshWithActionHandler: ' 'method as well as a pullToRefreshView property.'\n",
6   "homepage": "https://github.com/luobin23628",
7   "license": "MIT",
8   "authors": {
9     "binluo": "luobin23628@163.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/luobin23628/SVPullToRefresh.git",
16     "tag": "0.5"
17   },
18   "source_files": "SVPullToRefresh/*.{h,m}",
19   "preserve_paths": "Demo",
20   "frameworks": "QuartzCore",
21   "requires_arc": true