[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 5 / LFKit / 1.1.2 / LFKit.podspec.json
blob48012dc32277a7ae7667cfb92058b10e0360029c
2   "name": "LFKit",
3   "version": "1.1.2",
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.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": "LFKit/LFKit/Category/*"
26     },
27     {
28       "name": "Util",
29       "source_files": "LFKit/LFKit/Util/*"
30     },
31     {
32       "name": "Component",
33       "subspecs": [
34         {
35           "name": "LFBadge",
36           "source_files": "LFKit/LFKit/Component/LFBadge/*"
37         },
38         {
39           "name": "LFBubbleView",
40           "source_files": "LFKit/LFKit/Component/LFBubbleView/*"
41         },
42         {
43           "name": "LFCycleScrollView",
44           "source_files": "LFKit/LFKit/Component/LFCycleScrollView/*",
45           "dependencies": {
46             "YYWebImage": [
48             ]
49           }
50         },
51         {
52           "name": "LFLogManager",
53           "source_files": "LFKit/LFKit/Component/LFLogManager/*",
54           "dependencies": {
55             "CocoaLumberjack": [
57             ]
58           }
59         },
60         {
61           "name": "LFErrorView",
62           "source_files": "LFKit/LFKit/Component/LFErrorView/*"
63         },
64         {
65           "name": "LFPickerView",
66           "source_files": "LFKit/LFKit/Component/LFPickerView/*"
67         },
68         {
69           "name": "LFPopupMenu",
70           "source_files": "LFKit/LFKit/Component/LFPopupMenu/*"
71         },
72         {
73           "name": "LFQRCode",
74           "source_files": "LFKit/LFKit/Component/LFQRCode/*"
75         },
76         {
77           "name": "LFCamera",
78           "source_files": "LFKit/LFKit/Component/LFCamera/*"
79         },
80         {
81           "name": "LFImagePicker",
82           "source_files": "LFKit/LFKit/Component/LFImagePicker/*"
83         },
84         {
85           "name": "LFLocalMusicPicker",
86           "source_files": "LFKit/LFKit/Component/LFLocalMusicPicker/*"
87         },
88         {
89           "name": "LFOptionTableView",
90           "source_files": "LFKit/LFKit/Component/LFOptionTableView/*"
91         },
92         {
93           "name": "RotationMenu",
94           "source_files": "LFKit/LFKit/Component/RotationMenu/*"
95         },
96         {
97           "name": "LFAnnulusProgress",
98           "source_files": "LFKit/LFKit/Component/LFAnnulusProgress/*"
99         },
100         {
101           "name": "LFStarsView",
102           "source_files": "LFKit/LFKit/Component/LFStarsView/*"
103         },
104         {
105           "name": "LFAlignCollectionViewFlowLayout",
106           "source_files": "LFKit/LFKit/Component/LFAlignCollectionViewFlowLayout/*"
107         },
108         {
109           "name": "LFSegment",
110           "source_files": "LFKit/LFKit/Component/LFSegment/*"
111         },
112         {
113           "name": "LFBaseCardView",
114           "source_files": "LFKit/LFKit/Component/LFBaseCardView/*"
115         }
116       ]
117     }
118   ]