[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / c / 2 / 5 / LFKit / 1.1.0 / LFKit.podspec.json
blob3f1946d9c8ed3496cf1f5a7b48a42b93bbc07129
2   "name": "LFKit",
3   "version": "1.1.0",
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.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "YYWebImage": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Category",
30       "source_files": "LFKit/LFKit/Category/*"
31     },
32     {
33       "name": "Util",
34       "source_files": "LFKit/LFKit/Util/*"
35     },
36     {
37       "name": "Component",
38       "subspecs": [
39         {
40           "name": "LFBadge",
41           "source_files": "LFKit/LFKit/Component/LFBadge/*"
42         },
43         {
44           "name": "LFBubbleView",
45           "source_files": "LFKit/LFKit/Component/LFBubbleView/*"
46         },
47         {
48           "name": "LFCycleScrollView",
49           "source_files": "LFKit/LFKit/Component/LFCycleScrollView/*"
50         },
51         {
52           "name": "LFErrorView",
53           "source_files": "LFKit/LFKit/Component/LFErrorView/*"
54         },
55         {
56           "name": "LFPickerView",
57           "source_files": "LFKit/LFKit/Component/LFPickerView/*"
58         },
59         {
60           "name": "LFPopupMenu",
61           "source_files": "LFKit/LFKit/Component/LFPopupMenu/*"
62         },
63         {
64           "name": "LFQRCode",
65           "source_files": "LFKit/LFKit/Component/LFQRCode/*"
66         },
67         {
68           "name": "LFCamera",
69           "source_files": "LFKit/LFKit/Component/LFCamera/*"
70         },
71         {
72           "name": "LFImagePicker",
73           "source_files": "LFKit/LFKit/Component/LFImagePicker/*"
74         },
75         {
76           "name": "LFOptionTableView",
77           "source_files": "LFKit/LFKit/Component/LFOptionTableView/*"
78         },
79         {
80           "name": "RotationMenu",
81           "source_files": "LFKit/LFKit/Component/RotationMenu/*"
82         },
83         {
84           "name": "LFAnnulusProgress",
85           "source_files": "LFKit/LFKit/Component/LFAnnulusProgress/*"
86         },
87         {
88           "name": "LFStarsView",
89           "source_files": "LFKit/LFKit/Component/LFStarsView/*"
90         },
91         {
92           "name": "LFAlignCollectionViewFlowLayout",
93           "source_files": "LFKit/LFKit/Component/LFAlignCollectionViewFlowLayout/*"
94         }
95       ]
96     }
97   ]