[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 0 / LBReusableScrollView / 0.0.2 / LBReusableScrollView.podspec.json
bloba931fe4905ae8e916afc6c3c03774bea9763ecf4
2   "name": "LBReusableScrollView",
3   "version": "0.0.2",
4   "summary": "自定义LBReusableScrollView",
5   "description": "高性能复用ScrollView,使用简单,只需要代理返回View就可以简单实现一个滚动View,不管总共多少页,占用内存的只有当前页、前一页、后一页。",
6   "homepage": "https://github.com/A1129434577/LBReusableScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "刘彬": "1129434577@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/A1129434577/LBReusableScrollView.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "LBReusableScrollView/**/*.{h,m}",
22   "requires_arc": true