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