[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / 3 / 7 / LazyScroll / 0.1.0 / LazyScroll.podspec.json
blobe7be65a04ecc0dd0bd1600719f6545845d57b596
2   "name": "LazyScroll",
3   "version": "0.1.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": "0.1.0"
20   },
21   "source_files": "LazyScrollView/*.{h,m}",
22   "requires_arc": true