Skip to content

Commit b648330

Browse files
committed
Merge pull request #283 from ashfurrow/podspec-update
Specifies private header file for CurrentTestCaseTracker.h in podspec
2 parents 1a9e53e + 1bc124b commit b648330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Nimble.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Pod::Spec.new do |s|
1414
s.source = { :git => "https://github.com/Quick/Nimble.git", :tag => "v#{s.version}" }
1515

1616
s.source_files = "Sources/Nimble/**/*.{swift,h,m}"
17+
s.private_header_files = "Sources/Nimble/Adapters/ObjectiveC/CurrentTestCaseTracker.h"
1718
s.exclude_files = "Sources/Nimble/Adapters/NonObjectiveC/*.swift"
1819
s.weak_framework = "XCTest"
1920
s.requires_arc = true

0 commit comments

Comments
 (0)