From bc746eafb99a8544d99e84a7c12f7d75d16bd534 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 9 Oct 2017 18:07:27 +0300 Subject: [PATCH] Fix podspec --- LeadKit.podspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LeadKit.podspec b/LeadKit.podspec index c6263e09..2f4dc960 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -91,7 +91,9 @@ Pod::Spec.new do |s| ss.source_files = "Sources/**/*.swift" ss.exclude_files = [ - "Sources/Classes/Views/*", + "Sources/Classes/Views/AnyBaseTableRow/*", + "Sources/Classes/Views/BaseCell/*", + "Sources/Classes/Views/EmptyCell/*", "Sources/Classes/Pagination/PaginationTableViewWrapper.swift", "Sources/Extensions/NetworkService/NetworkService+ActivityIndicator.swift", "Sources/Extensions/PaginationTableViewWrapperDelegate/PaginationTableViewWrapperDelegate+DefaultImplementation.swift",