Add exlude files

This commit is contained in:
Boyko Mihail 2020-09-30 11:42:25 +03:00
parent a56ecd5f79
commit f7b9732d9d
1 changed files with 3 additions and 0 deletions

View File

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