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.
2 parents 1a9e53e + 1bc124b commit b648330Copy full SHA for b648330
Nimble.podspec
@@ -14,6 +14,7 @@ Pod::Spec.new do |s|
14
s.source = { :git => "https://github.com/Quick/Nimble.git", :tag => "v#{s.version}" }
15
16
s.source_files = "Sources/Nimble/**/*.{swift,h,m}"
17
+ s.private_header_files = "Sources/Nimble/Adapters/ObjectiveC/CurrentTestCaseTracker.h"
18
s.exclude_files = "Sources/Nimble/Adapters/NonObjectiveC/*.swift"
19
s.weak_framework = "XCTest"
20
s.requires_arc = true
0 commit comments