[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 3 / 7 / LazyScroll / 0.1.1 / LazyScroll.podspec.json
blob4772c69709e8f04604e31a1799bcc26c4897dd7e
2   "name": "LazyScroll",
3   "version": "0.1.1",
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     "HarrisonXi": "gpra8764@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/alibaba/LazyScrollView.git",
19     "tag": "0.1.1"
20   },
21   "source_files": "LazyScrollView/*.{h,m}",
22   "requires_arc": true