Skip to content

Commit

Permalink
Merge pull request #921 from tsapeta/main
Browse files Browse the repository at this point in the history
Specify header_dir in the podspec
  • Loading branch information
ikesyo authored Aug 28, 2021
2 parents 227c687 + 296d283 commit 63f2e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Nimble.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Pod::Spec.new do |s|
"Carthage/Checkouts/CwlPreconditionTesting/Sources/**/*.{swift,h,m,c}",
]

s.header_dir = "Nimble"

s.osx.exclude_files = [
"Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPosixPreconditionTesting/CwlCatchBadInstructionPosix.swift",
]
Expand Down

0 comments on commit 63f2e2c

Please sign in to comment.