add comma

This commit is contained in:
Boyko Mihail 2020-09-30 11:46:42 +03:00
parent f7b9732d9d
commit 12a47d8b24
1 changed files with 2 additions and 2 deletions

View File

@ -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/*",