[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / 3 / 7 / LazyScroll / 0.0.2 / LazyScroll.podspec.json
blob1344f0119486a81e5e14ccace7d23645ff03ea50
2   "name": "LazyScroll",
3   "version": "0.0.2",
4   "summary": "A ScrollView to resolve the problem of reusability of views.",
5   "description": "It reply an another way to control reuse in a ScrollView, it depends on give a special reuse identifier to every view controlled in LazyScrollView.",
6   "homepage": "https://github.com/alibaba/LazyScrollView",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "fydx": "lbgg918@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/alibaba/LazyScrollView.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "LazyScrollView/TMMuiLazyScrollView.{h,m}",
21   "requires_arc": true