4 "summary": "iOS上,对集合类型的视图进行模型封装,以及提供结构化的视图",
5 "description": "* 对UITableView,UICollectionView,UIPickerView进行模型数据封装\n* 提供一套TabBar页签控制器机制\n* 仿照安卓,提供简单的布局容器\n* 提供流式布局的UIButton子类\n* 提供自定义的CollectionViewLayout(支持循环滚动的流布局)",
6 "homepage": "https://gitee.com/sushangjin/MKUI",
12 "sushangjin": "381130632@qq.com"
15 "git": "https://gitee.com/sushangjin/MKUI",
21 "source_files": "MKUI/*.h",
29 "source_files": "MKUI/Core/*.{h,m}",
34 "source_files": "MKUI/Extension/*.{h,m}",
44 "source_files": "MKUI/Constraint/*.{h,m}",
53 "name": "FlowLayoutButton",
54 "source_files": "MKUI/FlowLayoutButton/*.{h,m}",
69 "name": "CollectionModel",
70 "source_files": "MKUI/CollectionModel/*.{h,m}",
82 "name": "UITableViewModel",
83 "source_files": "MKUI/UITableViewModel/*.{h,m}",
85 "MKUI/CollectionModel": [
101 "name": "UICollectionModel",
102 "source_files": "MKUI/UICollectionModel/*.{h,m}",
104 "MKUI/CollectionModel": [
117 "frameworks": "UIKit"
120 "name": "UIPickerViewModel",
121 "source_files": "MKUI/UIPickerViewModel/*.{h,m}",
123 "MKUI/CollectionModel": [
127 "frameworks": "UIKit"
130 "name": "TarBarController",
131 "source_files": "MKUI/TarBarController/*.{h,m}",
133 "MKUI/UICollectionModel": [
136 "MKUI/FlowLayoutButton": [
149 "frameworks": "UIKit"
152 "name": "CollectionViewLayout",
153 "source_files": "MKUI/CollectionViewLayout/*.{h,m}",
169 "source_files": "MKUI/Theme/*.{h,m}",
178 "frameworks": "UIKit"