blob: e28219303d08761acab194c24335a31adfc67478 [file] [log] [blame]
{
"name": "MKUI",
"version": "1.0.6.5",
"summary": "iOS上,对集合类型的视图进行模型封装,以及提供结构化的视图",
"description": "* 对UITableView,UICollectionView,UIPickerView进行模型数据封装\n* 提供一套TabBar页签控制器机制\n* 仿照安卓,提供简单的布局容器\n* 提供流式布局的UIButton子类\n* 提供自定义的CollectionViewLayout(支持循环滚动的流布局)",
"homepage": "https://gitee.com/sushangjin/MKUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sushangjin": "381130632@qq.com"
},
"source": {
"git": "https://gitee.com/sushangjin/MKUI",
"tag": "1.0.6.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MKUI/*.h",
"frameworks": [
"UIKit",
"AudioToolbox"
],
"subspecs": [
{
"name": "Core",
"source_files": "MKUI/Core/*.{h,m}",
"frameworks": "UIKit"
},
{
"name": "Extension",
"source_files": "MKUI/Extension/*.{h,m}",
"dependencies": {
"MKUI/Core": [
]
},
"frameworks": "UIKit"
},
{
"name": "Constraint",
"source_files": "MKUI/Constraint/*.{h,m}",
"dependencies": {
"MKUI/Core": [
]
},
"frameworks": "UIKit"
},
{
"name": "FlowLayoutButton",
"source_files": "MKUI/FlowLayoutButton/*.{h,m}",
"dependencies": {
"MKUI/Constraint": [
],
"MKUI/Extension": [
],
"MKUI/Core": [
]
},
"frameworks": "UIKit"
},
{
"name": "CollectionModel",
"source_files": "MKUI/CollectionModel/*.{h,m}",
"dependencies": {
"MKUI/Extension": [
],
"MKUI/Core": [
]
},
"frameworks": "UIKit"
},
{
"name": "UITebleViewModel",
"source_files": "MKUI/UITebleViewModel/*.{h,m}",
"dependencies": {
"MKUI/CollectionModel": [
],
"MKUI/Constraint": [
],
"MKUI/Extension": [
],
"MKUI/Core": [
]
},
"frameworks": "UIKit"
},
{
"name": "UICollectionModel",
"source_files": "MKUI/UICollectionModel/*.{h,m}",
"dependencies": {
"MKUI/CollectionModel": [
],
"MKUI/Constraint": [
],
"MKUI/Extension": [
],
"MKUI/Core": [
]
},
"frameworks": "UIKit"
},
{
"name": "UIPickerViewModel",
"source_files": "MKUI/UIPickerViewModel/*.{h,m}",
"dependencies": {
"MKUI/CollectionModel": [
]
},
"frameworks": "UIKit"
},
{
"name": "TarBarController",
"source_files": "MKUI/TarBarController/*.{h,m}",
"dependencies": {
"MKUI/UICollectionModel": [
],
"MKUI/FlowLayoutButton": [
],
"MKUI/Constraint": [
],
"MKUI/Extension": [
],
"MKUI/Core": [
]
},
"frameworks": "UIKit"
},
{
"name": "CollectionViewLayout",
"source_files": "MKUI/CollectionViewLayout/*.{h,m}",
"dependencies": {
"MKUI/Core": [
]
},
"frameworks": [
"UIKit",
"AudioToolbox"
]
}
]
}