[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / c / 3 / 0 / LUITool / 0.1.9 / LUITool.podspec.json
bloba0a21788f6847cce227bb28b76a1e0b6c308f9d1
2   "name": "LUITool",
3   "version": "0.1.9",
4   "summary": "基础工具库",
5   "description": "* 主题,自定义tabbar,简化tableView,collectionView,自定义alertView,actionSheetView",
6   "homepage": "https://github.com/linlishu8/LUITool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "linlishu8": "linlishu8@163.com"
13   },
14   "source": {
15     "git": "https://github.com/linlishu8/LUITool.git",
16     "tag": "0.1.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LUITool/Classes/*.h",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "LUICore",
26       "source_files": "LUITool/Classes/LUICore/*.{h,m}",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "LUICategory",
31       "source_files": "LUITool/Classes/LUICategory/*.{h,m}",
32       "dependencies": {
33         "LUITool/LUICore": [
35         ]
36       },
37       "frameworks": "UIKit"
38     },
39     {
40       "name": "LUIConstraint",
41       "source_files": "LUITool/Classes/LUIConstraint/*.{h,m}",
42       "dependencies": {
43         "LUITool/LUICore": [
45         ]
46       },
47       "frameworks": "UIKit"
48     },
49     {
50       "name": "LUILayoutButton",
51       "source_files": "LUITool/Classes/LUILayoutButton/*.{h,m}",
52       "dependencies": {
53         "LUITool/LUIConstraint": [
55         ],
56         "LUITool/LUICategory": [
58         ],
59         "LUITool/LUICore": [
61         ]
62       },
63       "frameworks": "UIKit"
64     },
65     {
66       "name": "LUICollectionModelBase",
67       "source_files": "LUITool/Classes/LUICollectionModelBase/*.{h,m}",
68       "dependencies": {
69         "LUITool/LUICategory": [
71         ],
72         "LUITool/LUICore": [
74         ]
75       },
76       "frameworks": "UIKit"
77     },
78     {
79       "name": "LUITableView",
80       "source_files": "LUITool/Classes/LUITableView/*.{h,m}",
81       "dependencies": {
82         "LUITool/LUICollectionModelBase": [
84         ],
85         "LUITool/LUIConstraint": [
87         ],
88         "LUITool/LUICategory": [
90         ],
91         "LUITool/LUICore": [
93         ]
94       },
95       "frameworks": "UIKit"
96     },
97     {
98       "name": "LUICollectionView",
99       "source_files": "LUITool/Classes/LUICollectionView/*.{h,m}",
100       "dependencies": {
101         "LUITool/LUICollectionModelBase": [
103         ],
104         "LUITool/LUIConstraint": [
106         ],
107         "LUITool/LUICategory": [
109         ],
110         "LUITool/LUICore": [
112         ]
113       },
114       "frameworks": "UIKit"
115     },
116     {
117       "name": "LUITheme",
118       "source_files": "LUITool/Classes/LUITheme/*.{h,m}",
119       "dependencies": {
120         "LUITool/LUICore": [
122         ],
123         "LUITool/LUICategory": [
125         ]
126       },
127       "frameworks": "UIKit"
128     }
129   ]