We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spec.osx.exclude_files
1 parent 69f9353 commit cedd081Copy full SHA for cedd081
PSPDFKitSwift.podspec
@@ -26,8 +26,8 @@ Pod::Spec.new do |spec|
26
27
spec.source = { :git => "https://github.com/PSPDFKit/PSPDFKitSwift.git", :tag => '1.0.2' }
28
spec.source_files = "Sources", "Sources/**/*.swift"
29
- spec.ios.exclude_files = 'Sources/**/*+macOS.swift'
30
- spec.osx.exclude_files = 'Sources/**/*+iOS.swift'
+ spec.ios.exclude_files = "Sources/**/*+macOS.swift"
+ spec.osx.exclude_files = "Sources/**/*+iOS.swift", "Sources/**/PSPDFViewController.swift"
31
32
spec.requires_arc = true
33
0 commit comments