[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 5 / LFKit / 1.3.0 / LFKit.podspec.json
blobe33c36b9749fbfbf9e83bd523d5c399fbdb3c6a6
2   "name": "LFKit",
3   "version": "1.3.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.3.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "x86_64 armv7 arm64"
24   },
25   "subspecs": [
26     {
27       "name": "Category",
28       "subspecs": [
29         {
30           "name": "UIColor+LF",
31           "source_files": "LFKit/LFKit/Category/UIColor+LF/*"
32         },
33         {
34           "name": "NSLayoutConstraint+LFXIB",
35           "source_files": "LFKit/LFKit/Category/NSLayoutConstraint+LFXIB/*"
36         },
37         {
38           "name": "SafeValue",
39           "source_files": "LFKit/LFKit/Category/SafeValue/*"
40         },
41         {
42           "name": "NSString+LF",
43           "source_files": "LFKit/LFKit/Category/NSString+LF/*"
44         },
45         {
46           "name": "NSTimer+LF",
47           "source_files": "LFKit/LFKit/Category/NSTimer+LF/*"
48         },
49         {
50           "name": "UIBarButtonItem+LF",
51           "source_files": "LFKit/LFKit/Category/UIBarButtonItem+LF/*",
52           "dependencies": {
53             "LFKit/Category/UIButton+LF": [
55             ]
56           }
57         },
58         {
59           "name": "UIButton+LF",
60           "source_files": "LFKit/LFKit/Category/UIButton+LF/*"
61         },
62         {
63           "name": "UIImage+LF",
64           "source_files": "LFKit/LFKit/Category/UIImage+LF/*"
65         },
66         {
67           "name": "UIImageView+LF",
68           "source_files": "LFKit/LFKit/Category/UIImageView+LF/*"
69         },
70         {
71           "name": "UILabel+LF",
72           "source_files": "LFKit/LFKit/Category/UILabel+LF/*"
73         },
74         {
75           "name": "UITabBarController+HideTabBar",
76           "source_files": "LFKit/LFKit/Category/UITabBarController+HideTabBar/*"
77         },
78         {
79           "name": "UITextField+LF",
80           "source_files": "LFKit/LFKit/Category/UITextField+LF/*"
81         },
82         {
83           "name": "UIView+LF",
84           "source_files": "LFKit/LFKit/Category/UIView+LF/*"
85         },
86         {
87           "name": "UIView+LFXIB",
88           "source_files": "LFKit/LFKit/Category/UIView+LFXIB/*"
89         },
90         {
91           "name": "UIViewController+FullScreenScroll",
92           "source_files": "LFKit/LFKit/Category/UIViewController+FullScreenScroll/*",
93           "dependencies": {
94             "LFKit/Category/UITabBarController+HideTabBar": [
96             ]
97           }
98         },
99         {
100           "name": "NSDate+LF",
101           "source_files": "LFKit/LFKit/Category/NSDate+LF/*"
102         },
103         {
104           "name": "UITextView+LF",
105           "source_files": "LFKit/LFKit/Category/UITextView+LF/*"
106         },
107         {
108           "name": "UIViewController+LF",
109           "source_files": "LFKit/LFKit/Category/UIViewController+LF/*"
110         }
111       ]
112     },
113     {
114       "name": "Util",
115       "subspecs": [
116         {
117           "name": "LFDeviceInfo",
118           "source_files": "LFKit/LFKit/Util/LFDeviceInfo/*"
119         },
120         {
121           "name": "LFEncryptDecryptUtil",
122           "source_files": "LFKit/LFKit/Util/LFEncryptDecryptUtil/*"
123         },
124         {
125           "name": "LFJsonUtil",
126           "source_files": "LFKit/LFKit/Util/LFJsonUtil/*"
127         },
128         {
129           "name": "LFTimeUtil",
130           "source_files": "LFKit/LFKit/Util/LFTimeUtil/*"
131         },
132         {
133           "name": "LFFileUtil",
134           "source_files": "LFKit/LFKit/Util/LFFileUtil/*"
135         }
136       ]
137     },
138     {
139       "name": "Component",
140       "subspecs": [
141         {
142           "name": "LFBadge",
143           "source_files": "LFKit/LFKit/Component/LFBadge/*"
144         },
145         {
146           "name": "LFBubbleView",
147           "source_files": "LFKit/LFKit/Component/LFBubbleView/*"
148         },
149         {
150           "name": "LFCycleScrollView",
151           "source_files": "LFKit/LFKit/Component/LFCycleScrollView/*",
152           "dependencies": {
153             "YYWebImage": [
155             ]
156           }
157         },
158         {
159           "name": "LFLogManager",
160           "source_files": "LFKit/LFKit/Component/LFLogManager/*",
161           "dependencies": {
162             "CocoaLumberjack": [
163               "~> 3.4.2"
164             ]
165           }
166         },
167         {
168           "name": "LFErrorView",
169           "source_files": "LFKit/LFKit/Component/LFErrorView/*",
170           "resources": "LFKit/LFKit/Component/LFErrorView/*.{png}"
171         },
172         {
173           "name": "LFPickerView",
174           "source_files": "LFKit/LFKit/Component/LFPickerView/*"
175         },
176         {
177           "name": "LFPopupMenu",
178           "source_files": "LFKit/LFKit/Component/LFPopupMenu/*"
179         },
180         {
181           "name": "LFQRCode",
182           "source_files": "LFKit/LFKit/Component/LFQRCode/*"
183         },
184         {
185           "name": "LFCamera",
186           "source_files": "LFKit/LFKit/Component/LFCamera/*"
187         },
188         {
189           "name": "LFImagePicker",
190           "source_files": "LFKit/LFKit/Component/LFImagePicker/*.{h,m}",
191           "resources": "LFKit/LFKit/Component/LFImagePicker/Images/*.{png}",
192           "dependencies": {
193             "LFKit/Component/LFPhotoBrowser": [
195             ]
196           }
197         },
198         {
199           "name": "LFLocalMusicPicker",
200           "source_files": "LFKit/LFKit/Component/LFLocalMusicPicker/*"
201         },
202         {
203           "name": "LFOptionTableView",
204           "source_files": "LFKit/LFKit/Component/LFOptionTableView/*"
205         },
206         {
207           "name": "RotationMenu",
208           "source_files": "LFKit/LFKit/Component/RotationMenu/*"
209         },
210         {
211           "name": "LFAnnulusProgress",
212           "source_files": "LFKit/LFKit/Component/LFAnnulusProgress/*"
213         },
214         {
215           "name": "LFStarsView",
216           "source_files": "LFKit/LFKit/Component/LFStarsView/*"
217         },
218         {
219           "name": "LFAlignCollectionViewFlowLayout",
220           "source_files": "LFKit/LFKit/Component/LFAlignCollectionViewFlowLayout/*"
221         },
222         {
223           "name": "LFSegment",
224           "source_files": "LFKit/LFKit/Component/LFSegment/*"
225         },
226         {
227           "name": "LFBaseCardView",
228           "source_files": "LFKit/LFKit/Component/LFBaseCardView/*",
229           "dependencies": {
230             "Masonry": [
232             ]
233           }
234         },
235         {
236           "name": "LFFMDB",
237           "source_files": "LFKit/LFKit/Component/LFFMDB/*",
238           "dependencies": {
239             "FMDB": [
241             ]
242           }
243         },
244         {
245           "name": "LFPhotoBrowser",
246           "source_files": "LFKit/LFKit/Component/LFPhotoBrowser/*.{h,m}",
247           "dependencies": {
248             "YYWebImage": [
250             ],
251             "MBProgressHUD": [
253             ]
254           }
255         },
256         {
257           "name": "LFPicturesCollectionView",
258           "source_files": "LFKit/LFKit/Component/LFPicturesCollectionView/*",
259           "resources": "LFKit/LFKit/Component/LFPicturesCollectionView/*.{png}",
260           "dependencies": {
261             "LFKit/Component/LFPhotoBrowser": [
263             ],
264             "LFKit/Category/UIViewController+LF": [
266             ],
267             "Masonry": [
269             ]
270           }
271         }
272       ]
273     }
274   ]