blob: f5315f00028c521bd959090a8c31fed9fe1c920e [file] [log] [blame]
{
"name": "YHListKit",
"version": "1.0.0",
"summary": "一个轻量级的数据驱动列表框架。A lightweight data-driven list framework for building fast and easy-to-use lists.",
"description": "YHListKit 是一个基于 UICollectionView 的、轻量级的数据驱动列表框架,其核心思想在于通过 Adapter 模式将繁琐的 UICollectionView 相关代理方法转变成数据驱动的接口,更贴近人类的思维方式,让创建复杂 feeds 流列表跟写配置文件一样 easy。",
"homepage": "https://github.com/ShannonChenCHN/YHListKit",
"license": "MIT",
"authors": {
"ShannonChenCHN": "shannonchenchn@foxmail.com"
},
"source": {
"git": "https://github.com/ShannonChenCHN/YHListKit.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"screenshots": "https://github.com/ShannonChenCHN/YHListKit/raw/master/src/preview.gif",
"platforms": {
"ios": "7.0"
},
"source_files": "YHListKit/**/*.{h,m}"
}