[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / 3 / 7 / LazyScroll / 1.0.0 / LazyScroll.podspec.json
blob3467f5989a40cd18d22c6e34239ef81abfd53544
2   "name": "LazyScroll",
3   "version": "1.0.0",
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": "1.0.0"
20   },
21   "source_files": "LazyScrollView/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "TMUtils": [
25       "~> 1.0"
26     ]
27   }