[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 2 / 5 / LFKit / 1.1.8 / LFKit.podspec.json
blob16f82fe9b350b36d52438b6e807620408a614831
2   "name": "LFKit",
3   "version": "1.1.8",
4   "summary": "常用工具组件",
5   "description": "常用工具组件",
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.1.8"
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": "NSString+LF",
36           "source_files": "LFKit/LFKit/Category/NSString+LF/*"
37         },
38         {
39           "name": "NSTimer+LF",
40           "source_files": "LFKit/LFKit/Category/NSTimer+LF/*"
41         },
42         {
43           "name": "UIBarButtonItem+LF",
44           "source_files": "LFKit/LFKit/Category/UIBarButtonItem+LF/*",
45           "dependencies": {
46             "LFKit/Category/UIButton+LF": [
48             ]
49           }
50         },
51         {
52           "name": "UIButton+LF",
53           "source_files": "LFKit/LFKit/Category/UIButton+LF/*"
54         },
55         {
56           "name": "UIImage+LF",
57           "source_files": "LFKit/LFKit/Category/UIImage+LF/*"
58         },
59         {
60           "name": "UIImageView+LF",
61           "source_files": "LFKit/LFKit/Category/UIImageView+LF/*"
62         },
63         {
64           "name": "UILabel+LF",
65           "source_files": "LFKit/LFKit/Category/UILabel+LF/*"
66         },
67         {
68           "name": "UITabBarController+HideTabBar",
69           "source_files": "LFKit/LFKit/Category/UITabBarController+HideTabBar/*"
70         },
71         {
72           "name": "UITextField+LF",
73           "source_files": "LFKit/LFKit/Category/UITextField+LF/*"
74         },
75         {
76           "name": "UIView+LF",
77           "source_files": "LFKit/LFKit/Category/UIView+LF/*"
78         },
79         {
80           "name": "UIView+LFXIB",
81           "source_files": "LFKit/LFKit/Category/UIView+LFXIB/*"
82         },
83         {
84           "name": "UIViewController+FullScreenScroll",
85           "source_files": "LFKit/LFKit/Category/UIViewController+FullScreenScroll/*",
86           "dependencies": {
87             "LFKit/Category/UITabBarController+HideTabBar": [
89             ]
90           }
91         },
92         {
93           "name": "NSDate+LF",
94           "source_files": "LFKit/LFKit/Category/NSDate+LF/*"
95         }
96       ]
97     },
98     {
99       "name": "Util",
100       "subspecs": [
101         {
102           "name": "LFDeviceInfo",
103           "source_files": "LFKit/LFKit/Util/LFDeviceInfo/*"
104         },
105         {
106           "name": "LFEncryptDecryptUtil",
107           "source_files": "LFKit/LFKit/Util/LFEncryptDecryptUtil/*"
108         },
109         {
110           "name": "LFJsonUtil",
111           "source_files": "LFKit/LFKit/Util/LFJsonUtil/*"
112         },
113         {
114           "name": "LFTimeUtil",
115           "source_files": "LFKit/LFKit/Util/LFTimeUtil/*"
116         },
117         {
118           "name": "LFFileUtil",
119           "source_files": "LFKit/LFKit/Util/LFFileUtil/*"
120         }
121       ]
122     },
123     {
124       "name": "Component",
125       "subspecs": [
126         {
127           "name": "LFBadge",
128           "source_files": "LFKit/LFKit/Component/LFBadge/*"
129         },
130         {
131           "name": "LFBubbleView",
132           "source_files": "LFKit/LFKit/Component/LFBubbleView/*"
133         },
134         {
135           "name": "LFCycleScrollView",
136           "source_files": "LFKit/LFKit/Component/LFCycleScrollView/*",
137           "dependencies": {
138             "YYWebImage": [
140             ]
141           }
142         },
143         {
144           "name": "LFLogManager",
145           "source_files": "LFKit/LFKit/Component/LFLogManager/*",
146           "dependencies": {
147             "CocoaLumberjack": [
148               "~> 3.4.1"
149             ]
150           }
151         },
152         {
153           "name": "LFErrorView",
154           "source_files": "LFKit/LFKit/Component/LFErrorView/*"
155         },
156         {
157           "name": "LFPickerView",
158           "source_files": "LFKit/LFKit/Component/LFPickerView/*"
159         },
160         {
161           "name": "LFPopupMenu",
162           "source_files": "LFKit/LFKit/Component/LFPopupMenu/*"
163         },
164         {
165           "name": "LFQRCode",
166           "source_files": "LFKit/LFKit/Component/LFQRCode/*"
167         },
168         {
169           "name": "LFCamera",
170           "source_files": "LFKit/LFKit/Component/LFCamera/*"
171         },
172         {
173           "name": "LFLocalMusicPicker",
174           "source_files": "LFKit/LFKit/Component/LFLocalMusicPicker/*"
175         },
176         {
177           "name": "LFOptionTableView",
178           "source_files": "LFKit/LFKit/Component/LFOptionTableView/*"
179         },
180         {
181           "name": "RotationMenu",
182           "source_files": "LFKit/LFKit/Component/RotationMenu/*"
183         },
184         {
185           "name": "LFAnnulusProgress",
186           "source_files": "LFKit/LFKit/Component/LFAnnulusProgress/*"
187         },
188         {
189           "name": "LFStarsView",
190           "source_files": "LFKit/LFKit/Component/LFStarsView/*"
191         },
192         {
193           "name": "LFAlignCollectionViewFlowLayout",
194           "source_files": "LFKit/LFKit/Component/LFAlignCollectionViewFlowLayout/*"
195         },
196         {
197           "name": "LFSegment",
198           "source_files": "LFKit/LFKit/Component/LFSegment/*"
199         },
200         {
201           "name": "LFBaseCardView",
202           "source_files": "LFKit/LFKit/Component/LFBaseCardView/*"
203         },
204         {
205           "name": "LFFMDB",
206           "source_files": "LFKit/LFKit/Component/LFFMDB/*",
207           "dependencies": {
208             "FMDB": [
210             ]
211           }
212         },
213         {
214           "name": "LFPhotoBrowser",
215           "source_files": "LFKit/LFKit/Component/LFPhotoBrowser/*.{h,m}",
216           "dependencies": {
217             "YYWebImage": [
219             ],
220             "MBProgressHUD": [
222             ]
223           }
224         }
225       ]
226     }
227   ]