From 8c61bfab9eae6f32efcd307b26503e901d72c49d Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 17 Apr 2019 17:05:31 +0300 Subject: [PATCH] Podspec fix --- LeadKit.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LeadKit.podspec b/LeadKit.podspec index 495245c4..c97ec339 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -27,6 +27,7 @@ Pod::Spec.new do |s| "Sources/Classes/Views/SeparatorRowBox/*", "Sources/Classes/Views/SeparatorCell/*", "Sources/Classes/Views/EmptyCell/*", + "Sources/Classes/Views/LabelTableViewCell/*", "Sources/Classes/DataLoading/PaginationDataLoading/PaginationWrapper.swift", "Sources/Classes/Views/XibView/*", "Sources/Classes/Views/SpinnerView/*", @@ -69,6 +70,7 @@ Pod::Spec.new do |s| "Sources/Classes/Views/SeparatorRowBox/*", "Sources/Classes/Views/SeparatorCell/*", "Sources/Classes/Views/EmptyCell/*", + "Sources/Classes/Views/LabelTableViewCell/*", "Sources/Classes/DataLoading/PaginationDataLoading/PaginationWrapper.swift", "Sources/Classes/Search/*", "Sources/Structures/Drawing/CALayerDrawingOperation.swift",