From f7b9732d9d198d86139c0f6d3513b463d3fcee5e Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Wed, 30 Sep 2020 11:42:25 +0300 Subject: [PATCH] Add exlude files --- LeadKit.podspec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LeadKit.podspec b/LeadKit.podspec index 99b394bb..0fd3c04b 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -71,6 +71,9 @@ Pod::Spec.new do |s| "Sources/Structures/DataLoading/PaginationDataLoading/*" ] ss.tvos.exclude_files = [ + "Sources/Classes/Controllers/BaseConfigurableController.swift" + "Sources/Classes/Controllers/BaseOrientationNavigationController.swift" + "Sources/Extensions/UIKit/UIDevice/UIDevice+ScreenOrientation.swift", "Sources/Classes/Controllers/BaseTableContentController.swift", "Sources/Classes/Views/BaseRxTableViewCell/*", "Sources/Classes/Views/ContainerTableCell/*",