Skip to content

Commit cedd081

Browse files
author
RadAzzouz
committed
Update spec.osx.exclude_files
1 parent 69f9353 commit cedd081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PSPDFKitSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Pod::Spec.new do |spec|
2626

2727
spec.source = { :git => "https://github.com/PSPDFKit/PSPDFKitSwift.git", :tag => '1.0.2' }
2828
spec.source_files = "Sources", "Sources/**/*.swift"
29-
spec.ios.exclude_files = 'Sources/**/*+macOS.swift'
30-
spec.osx.exclude_files = 'Sources/**/*+iOS.swift'
29+
spec.ios.exclude_files = "Sources/**/*+macOS.swift"
30+
spec.osx.exclude_files = "Sources/**/*+iOS.swift", "Sources/**/PSPDFViewController.swift"
3131

3232
spec.requires_arc = true
3333

0 commit comments

Comments
 (0)