Files
2026-07-13 12:35:01 +08:00

24 lines
1.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "ZZFLEX",
"version": "0.0.2",
"platforms": {
"ios": "8.0"
},
"summary": "一个iOS UI敏捷开发框架,基于UIKit实现,主要包含常用控件的链式API拓展、一个数据驱动的列表框架、一个事件处理队列。",
"description": "目前ZZFLEX主要包含以下5个功能模块:\n UIView+ZZFLEX:为UIKit中常用的控件增加了链式API拓展,使得控件属性、事件、约束的设置一气呵成(视图的模块化);\nZZFlexibleLayoutViewController:数据驱动的列表页框架,基于UICollectionView,可以简洁方便的构建数据展示类的列表页,并实现了cell/view的与collectionView的解耦(cell的模块化);\nZZFLEXAngelZZFlexibleLayoutViewController逻辑的抽离出的一个视图控制器,不在继承自VC使其更加轻量,同时支持tableView、collectionView\nZZFLEXEditExtension:为ZZFLEXAngel和ZZFlexibleLayoutViewController增加了一种处理编辑类页面的能力;\nZZFLEXRequestQueue:一个事件处理队列,设计的初衷为解决复杂页面多接口请求UI刷新顺序的问题。",
"authors": {
"libokun": "libokun@126.com"
},
"homepage": "https://github.com/tbl00c/ZZFLEX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/tbl00c/ZZFLEX.git",
"tag": "0.0.2"
},
"requires_arc": true,
"source_files": "ZZFlexibleLayoutFramework/**/*.{h,m}"
}