Skip to content

Commit d35dde8

Browse files
committed
Quickfix: mark specific headers as private in podspec.
Really, we need a private headers dir.
1 parent f251029 commit d35dde8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Quick.podspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Pod::Spec.new do |s|
1717
s.source = { :git => "https://github.com/Quick/Quick.git", :tag => "v#{s.version}" }
1818
s.source_files = "Quick", "Quick/**/*.{swift,h,m}"
1919

20+
s.private_header_files = [
21+
'Quick/World.h',
22+
'Quick/DSL/World+DSL.h',
23+
'Quick/NSString+QCKSelectorName.h',
24+
]
25+
2026
s.framework = "XCTest"
2127
s.requires_arc = true
2228
end

0 commit comments

Comments
 (0)