From 12a47d8b2462e2b6974832606aa403348b1811f4 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Wed, 30 Sep 2020 11:46:42 +0300 Subject: [PATCH] add comma --- LeadKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LeadKit.podspec b/LeadKit.podspec index 0fd3c04b..0d2b1a3c 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -71,8 +71,8 @@ Pod::Spec.new do |s| "Sources/Structures/DataLoading/PaginationDataLoading/*" ] ss.tvos.exclude_files = [ - "Sources/Classes/Controllers/BaseConfigurableController.swift" - "Sources/Classes/Controllers/BaseOrientationNavigationController.swift" + "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/*",