| { |
| "name": "TIMFlowView", |
| "version": "1.0.0", |
| "summary": "Swift 模仿 UITableView 写的一个瀑布流视图", |
| "description": "完全模仿 UITableView 实现的瀑布流视图,支持分区显示、添加分区头尾视图,添加视图头尾视图,九宫格视图、瀑布流视图,分区头滑动悬停等操作。", |
| "homepage": "https://github.com/BearLatte/TIMFlowView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Tim": "guoyong19890907@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/BearLatte/TIMFlowView.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "TIMFlowView/*.Swift", |
| "swift_version": "5.0" |
| } |