[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 5 / LFKit / 1.2.0 / LFKit.podspec.json
blobd6e4bbb91ed377f2ad3ef2d9e3a2e625ac7525a3
2   "name": "LFKit",
3   "version": "1.2.0",
4   "summary": "常用工具组件",
5   "description": "常用工具组件,包含一些常用category,工具类,一些好用的UI组件",
6   "homepage": "https://github.com/zhanglinfeng/LFKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张林峰": "1051034428@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhanglinfeng/LFKit.git",
16     "tag": "1.2.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "Category",
25       "subspecs": [
26         {
27           "name": "UIColor+LF",
28           "source_files": "LFKit/LFKit/Category/UIColor+LF/*"
29         },
30         {
31           "name": "NSLayoutConstraint+LFXIB",
32           "source_files": "LFKit/LFKit/Category/NSLayoutConstraint+LFXIB/*"
33         },
34         {
35           "name": "SafeValue",
36           "source_files": "LFKit/LFKit/Category/SafeValue/*"
37         },
38         {
39           "name": "NSString+LF",
40           "source_files": "LFKit/LFKit/Category/NSString+LF/*"
41         },
42         {
43           "name": "NSTimer+LF",
44           "source_files": "LFKit/LFKit/Category/NSTimer+LF/*"
45         },
46         {
47           "name": "UIBarButtonItem+LF",
48           "source_files": "LFKit/LFKit/Category/UIBarButtonItem+LF/*",
49           "dependencies": {
50             "LFKit/Category/UIButton+LF": [
52             ]
53           }
54         },
55         {
56           "name": "UIButton+LF",
57           "source_files": "LFKit/LFKit/Category/UIButton+LF/*"
58         },
59         {
60           "name": "UIImage+LF",
61           "source_files": "LFKit/LFKit/Category/UIImage+LF/*"
62         },
63         {
64           "name": "UIImageView+LF",
65           "source_files": "LFKit/LFKit/Category/UIImageView+LF/*"
66         },
67         {
68           "name": "UILabel+LF",
69           "source_files": "LFKit/LFKit/Category/UILabel+LF/*"
70         },
71         {
72           "name": "UITabBarController+HideTabBar",
73           "source_files": "LFKit/LFKit/Category/UITabBarController+HideTabBar/*"
74         },
75         {
76           "name": "UITextField+LF",
77           "source_files": "LFKit/LFKit/Category/UITextField+LF/*"
78         },
79         {
80           "name": "UIView+LF",
81           "source_files": "LFKit/LFKit/Category/UIView+LF/*"
82         },
83         {
84           "name": "UIView+LFXIB",
85           "source_files": "LFKit/LFKit/Category/UIView+LFXIB/*"
86         },
87         {
88           "name": "UIViewController+FullScreenScroll",
89           "source_files": "LFKit/LFKit/Category/UIViewController+FullScreenScroll/*",
90           "dependencies": {
91             "LFKit/Category/UITabBarController+HideTabBar": [
93             ]
94           }
95         },
96         {
97           "name": "NSDate+LF",
98           "source_files": "LFKit/LFKit/Category/NSDate+LF/*"
99         },
100         {
101           "name": "UITextView+LF",
102           "source_files": "LFKit/LFKit/Category/UITextView+LF/*"
103         }
104       ]
105     },
106     {
107       "name": "Util",
108       "subspecs": [
109         {
110           "name": "LFDeviceInfo",
111           "source_files": "LFKit/LFKit/Util/LFDeviceInfo/*"
112         },
113         {
114           "name": "LFEncryptDecryptUtil",
115           "source_files": "LFKit/LFKit/Util/LFEncryptDecryptUtil/*"
116         },
117         {
118           "name": "LFJsonUtil",
119           "source_files": "LFKit/LFKit/Util/LFJsonUtil/*"
120         },
121         {
122           "name": "LFTimeUtil",
123           "source_files": "LFKit/LFKit/Util/LFTimeUtil/*"
124         },
125         {
126           "name": "LFFileUtil",
127           "source_files": "LFKit/LFKit/Util/LFFileUtil/*"
128         }
129       ]
130     },
131     {
132       "name": "Component",
133       "subspecs": [
134         {
135           "name": "LFBadge",
136           "source_files": "LFKit/LFKit/Component/LFBadge/*"
137         },
138         {
139           "name": "LFBubbleView",
140           "source_files": "LFKit/LFKit/Component/LFBubbleView/*"
141         },
142         {
143           "name": "LFCycleScrollView",
144           "source_files": "LFKit/LFKit/Component/LFCycleScrollView/*",
145           "dependencies": {
146             "YYWebImage": [
148             ]
149           }
150         },
151         {
152           "name": "LFLogManager",
153           "source_files": "LFKit/LFKit/Component/LFLogManager/*",
154           "dependencies": {
155             "CocoaLumberjack": [
156               "~> 3.4.1"
157             ]
158           }
159         },
160         {
161           "name": "LFErrorView",
162           "source_files": "LFKit/LFKit/Component/LFErrorView/*"
163         },
164         {
165           "name": "LFPickerView",
166           "source_files": "LFKit/LFKit/Component/LFPickerView/*"
167         },
168         {
169           "name": "LFPopupMenu",
170           "source_files": "LFKit/LFKit/Component/LFPopupMenu/*"
171         },
172         {
173           "name": "LFQRCode",
174           "source_files": "LFKit/LFKit/Component/LFQRCode/*"
175         },
176         {
177           "name": "LFCamera",
178           "source_files": "LFKit/LFKit/Component/LFCamera/*"
179         },
180         {
181           "name": "LFImagePicker",
182           "source_files": "LFKit/LFKit/Component/LFImagePicker/*.{h,m}",
183           "resources": "LFKit/LFKit/Component/LFImagePicker/Images/*.{png}",
184           "dependencies": {
185             "LFKit/Component/LFPhotoBrowser": [
187             ]
188           }
189         },
190         {
191           "name": "LFLocalMusicPicker",
192           "source_files": "LFKit/LFKit/Component/LFLocalMusicPicker/*"
193         },
194         {
195           "name": "LFOptionTableView",
196           "source_files": "LFKit/LFKit/Component/LFOptionTableView/*"
197         },
198         {
199           "name": "RotationMenu",
200           "source_files": "LFKit/LFKit/Component/RotationMenu/*"
201         },
202         {
203           "name": "LFAnnulusProgress",
204           "source_files": "LFKit/LFKit/Component/LFAnnulusProgress/*"
205         },
206         {
207           "name": "LFStarsView",
208           "source_files": "LFKit/LFKit/Component/LFStarsView/*"
209         },
210         {
211           "name": "LFAlignCollectionViewFlowLayout",
212           "source_files": "LFKit/LFKit/Component/LFAlignCollectionViewFlowLayout/*"
213         },
214         {
215           "name": "LFSegment",
216           "source_files": "LFKit/LFKit/Component/LFSegment/*"
217         },
218         {
219           "name": "LFBaseCardView",
220           "source_files": "LFKit/LFKit/Component/LFBaseCardView/*",
221           "dependencies": {
222             "Masonry": [
224             ]
225           }
226         },
227         {
228           "name": "LFFMDB",
229           "source_files": "LFKit/LFKit/Component/LFFMDB/*",
230           "dependencies": {
231             "FMDB": [
233             ]
234           }
235         },
236         {
237           "name": "LFPhotoBrowser",
238           "source_files": "LFKit/LFKit/Component/LFPhotoBrowser/*.{h,m}",
239           "dependencies": {
240             "YYWebImage": [
242             ],
243             "MBProgressHUD": [
245             ]
246           }
247         }
248       ]
249     }
250   ]