[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 2 / 9 / MKUI / 1.0.4 / MKUI.podspec.json
blobe717d40f250120422b662562b9a1d1fbd588c255
2   "name": "MKUI",
3   "version": "1.0.4",
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.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MKUI/*.h",
22   "subspecs": [
23     {
24       "name": "Extension",
25       "source_files": [
26         "MKUI/Extension/*.{h,m}",
27         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
28       ]
29     },
30     {
31       "name": "CollectionModel",
32       "source_files": [
33         "MKUI/CollectionModel/*.{h,m}",
34         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
35       ]
36     },
37     {
38       "name": "UITebleViewModel",
39       "source_files": [
40         "MKUI/UITebleViewModel/*.{h,m}",
41         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
42       ],
43       "dependencies": {
44         "MKUI/CollectionModel": [
46         ],
47         "MKUI/Extension": [
49         ]
50       }
51     },
52     {
53       "name": "UICollectionModel",
54       "source_files": [
55         "MKUI/UICollectionModel/*.{h,m}",
56         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
57       ],
58       "dependencies": {
59         "MKUI/CollectionModel": [
61         ],
62         "MKUI/Extension": [
64         ]
65       }
66     },
67     {
68       "name": "UIPickerViewModel",
69       "source_files": [
70         "MKUI/UIPickerViewModel/*.{h,m}",
71         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
72       ],
73       "dependencies": {
74         "MKUI/CollectionModel": [
76         ]
77       }
78     },
79     {
80       "name": "Constraint",
81       "source_files": [
82         "MKUI/Constraint/*.{h,m}",
83         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
84       ]
85     },
86     {
87       "name": "TarBarController",
88       "source_files": [
89         "MKUI/TarBarController/*.{h,m}",
90         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
91       ],
92       "dependencies": {
93         "MKUI/UICollectionModel": [
95         ],
96         "MKUI/Constraint": [
98         ],
99         "MKUI/Extension": [
101         ]
102       }
103     },
104     {
105       "name": "MKUIPickerCycleView",
106       "source_files": "MKUI/UIPickerViewModel/MKUIPickerCycleView.{h,m}"
107     },
108     {
109       "name": "MKUIFlowLayoutButton",
110       "source_files": [
111         "MKUI/Constraint/{MKCGRect,CGGeometry+MKUI,MKUIFlowLayoutButton,MKUILayoutConstraint,MKUILayoutConstraintItemWrapper,MKUIFlowLayoutConstraint,MKUIFlowLayoutButton}.{h,m}",
112         "MKUI/{MKUIPreCompile,MKDefine_EnumUtil}.h"
113       ]
114     }
115   ]