[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 2 / 5 / LFKit / 1.0.7 / LFKit.podspec.json
blob25d38e89c6d3817eb479716a3700f0fac89f0293
2   "name": "LFKit",
3   "version": "1.0.7",
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.0.7"
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": "LFBadge",
38       "source_files": "LFKit/LFKit/Component/LFBadge/*"
39     },
40     {
41       "name": "LFBubbleView",
42       "source_files": "LFKit/LFKit/Component/LFBubbleView/*"
43     },
44     {
45       "name": "LFCycleScrollView",
46       "source_files": "LFKit/LFKit/Component/LFCycleScrollView/*"
47     },
48     {
49       "name": "LFErrorView",
50       "source_files": "LFKit/LFKit/Component/LFErrorView/*"
51     },
52     {
53       "name": "LFPickerView",
54       "source_files": "LFKit/LFKit/Component/LFPickerView/*"
55     },
56     {
57       "name": "LFPopupMenu",
58       "source_files": "LFKit/LFKit/Component/LFPopupMenu/*"
59     },
60     {
61       "name": "LFQRCode",
62       "source_files": "LFKit/LFKit/Component/LFQRCode/*"
63     },
64     {
65       "name": "LFCamera",
66       "source_files": "LFKit/LFKit/Component/LFCamera/*"
67     },
68     {
69       "name": "LFImagePicker",
70       "source_files": "LFKit/LFKit/Component/LFImagePicker/*"
71     },
72     {
73       "name": "LFOptionTableView",
74       "source_files": "LFKit/LFKit/Component/LFOptionTableView/*"
75     },
76     {
77       "name": "RotationMenu",
78       "source_files": "LFKit/LFKit/Component/RotationMenu/*"
79     },
80     {
81       "name": "LFAnnulusProgress",
82       "source_files": "LFKit/LFKit/Component/LFAnnulusProgress/*"
83     },
84     {
85       "name": "LFStarsView",
86       "source_files": "LFKit/LFKit/Component/LFStarsView/*"
87     },
88     {
89       "name": "LFAlignCollectionViewFlowLayout",
90       "source_files": "LFKit/LFKit/Component/LFAlignCollectionViewFlowLayout/*"
91     },
92     {
93       "name": "Component",
94       "source_files": "LFKit/LFKit/Component/**/*"
95     }
96   ]