[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 2 / 9 / MKUI / 1.0.6 / MKUI.podspec.json
blob8238c9a248f5a638e1316ee550e693ba7e97f206
2   "name": "MKUI",
3   "version": "1.0.6",
4   "summary": "iOS上,对集合类型的视图进行模型封装,以及提供结构化的视图",
5   "description": "1.对UITableView,UICollectionView,UIPickerView进行模型数据封装\n2.提供一套TabBar页签控制器机制\n3.仿照安卓,提供简单的布局容器\n4.提供流式布局的UIButton子类\n5.提供一个可循环滚动的UIPickerView",
6   "homepage": "https://gitee.com/sushangjin/MKUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sushangjin": "381130632@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/sushangjin/MKUI",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MKUI/*.h",
22   "subspecs": [
23     {
24       "name": "CollectionModel",
25       "source_files": [
26         "MKUI/CollectionModel/*.{h,m}",
27         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
28       ]
29     },
30     {
31       "name": "Constraint",
32       "source_files": [
33         "MKUI/Constraint/*.{h,m}",
34         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
35       ]
36     },
37     {
38       "name": "Extension",
39       "source_files": [
40         "MKUI/Extension/*.{h,m}",
41         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
42       ],
43       "dependencies": {
44         "MKUI/Constraint": [
46         ]
47       }
48     },
49     {
50       "name": "UITebleViewModel",
51       "source_files": [
52         "MKUI/UITebleViewModel/*.{h,m}",
53         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
54       ],
55       "dependencies": {
56         "MKUI/CollectionModel": [
58         ],
59         "MKUI/Extension": [
61         ],
62         "MKUI/Constraint": [
64         ]
65       }
66     },
67     {
68       "name": "UICollectionModel",
69       "source_files": [
70         "MKUI/UICollectionModel/*.{h,m}",
71         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
72       ],
73       "dependencies": {
74         "MKUI/CollectionModel": [
76         ],
77         "MKUI/Extension": [
79         ],
80         "MKUI/Constraint": [
82         ]
83       }
84     },
85     {
86       "name": "UIPickerViewModel",
87       "source_files": [
88         "MKUI/UIPickerViewModel/*.{h,m}",
89         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
90       ],
91       "dependencies": {
92         "MKUI/CollectionModel": [
94         ]
95       }
96     },
97     {
98       "name": "TarBarController",
99       "source_files": [
100         "MKUI/TarBarController/*.{h,m}",
101         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
102       ],
103       "dependencies": {
104         "MKUI/UICollectionModel": [
106         ],
107         "MKUI/Constraint": [
109         ],
110         "MKUI/Extension": [
112         ]
113       }
114     },
115     {
116       "name": "MKUIPickerCycleView",
117       "source_files": "MKUI/UIPickerViewModel/MKUIPickerCycleView.{h,m}"
118     },
119     {
120       "name": "MKUIFlowLayoutButton",
121       "source_files": [
122         "MKUI/Constraint/{MKCGRect,CGGeometry+MKUI,MKUIFlowLayoutButton,MKUILayoutConstraint,MKUILayoutConstraintItemWrapper,MKUIFlowLayoutConstraint,MKUIFlowLayoutButton}.{h,m}",
123         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
124       ]
125     }
126   ]