[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / 0 / LBReusableScrollView / 0.0.1 / LBReusableScrollView.podspec.json
blobaccd8ca4297b4ead007780935c60823b35677e37
2   "name": "LBReusableScrollView",
3   "version": "0.0.1",
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.1"
20   },
21   "source_files": "LBReusableScrollView/**/*.{h,m}",
22   "requires_arc": true