From 16a6f63ba25b94a06b2eb8989cc04186b0ac4f1b Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Thu, 1 Oct 2020 10:59:59 +0300 Subject: [PATCH] Add new exlude --- LeadKit.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LeadKit.podspec b/LeadKit.podspec index 4f3fe894..cb0a0152 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -72,6 +72,8 @@ Pod::Spec.new do |s| ] ss.tvos.exclude_files = [ "Sources/Classes/Controllers/BaseConfigurableController.swift", + "Sources/Classes/Controllers/BaseScrollContentController.swift", + "Sources/Classes/Controllers/BaseCustomViewController.swift", "Sources/Classes/Controllers/BaseOrientationNavigationController.swift", "Sources/Extensions/UIKit/UIDevice/UIDevice+ScreenOrientation.swift", "Sources/Classes/Controllers/BaseTableContentController.swift",