Skip to content

Commit

Permalink
Added new public header to podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Aug 21, 2020
1 parent 401afb4 commit 3dde0e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OCMock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Pod::Spec.new do |s|
s.public_header_files = ["OCMock.h", "OCMockObject.h", "OCMArg.h", "OCMConstraint.h",
"OCMLocation.h", "OCMMacroState.h", "OCMRecorder.h",
"OCMStubRecorder.h", "NSNotificationCenter+OCMAdditions.h",
"OCMFunctions.h", "OCMVerifier.h", "OCMQuantifier.h" ]
"OCMFunctions.h", "OCMVerifier.h", "OCMQuantifier.h",
"OCMockMacros.h" ]
.map { |file| "Source/OCMock/" + file }

end

0 comments on commit 3dde0e4

Please sign in to comment.