[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 2 / d / 4 / YHListKit / 1.1.0 / YHListKit.podspec.json
blob61201fe6e9ab73c7b7935c69ddd6a64276cc277d
2   "name": "YHListKit",
3   "version": "1.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "ShannonChenCHN": "shannonchenchn@foxmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ShannonChenCHN/YHListKit.git",
13     "tag": "v1.1.0"
14   },
15   "requires_arc": true,
16   "screenshots": "https://github.com/ShannonChenCHN/YHListKit/raw/master/src/preview.gif",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "YHListKit/**/*.{h,m}"