4 "summary": "一个轻量级的数据驱动列表框架。A lightweight data-driven list framework for building fast and easy-to-use lists.",
5 "description": "YHListKit 是一个基于 UICollectionView 的、轻量级的数据驱动列表框架,其核心思想在于通过 Adapter 模式将繁琐的 UICollectionView 相关代理方法转变成数据驱动的接口,更贴近人类的思维方式,让创建复杂 feeds 流列表跟写配置文件一样 easy。",
6 "homepage": "https://github.com/ShannonChenCHN/YHListKit",
9 "ShannonChenCHN": "shannonchenchn@foxmail.com"
12 "git": "https://github.com/ShannonChenCHN/YHListKit.git",
16 "screenshots": "https://github.com/ShannonChenCHN/YHListKit/raw/master/src/preview.gif",
20 "source_files": "YHListKit/**/*.{h,m}"