Skip to content

Commit

Permalink
Added missing header to podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Feb 17, 2020
1 parent 2577d0f commit a8e58d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCMock.podspec
Expand Up @@ -29,7 +29,7 @@ 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", "OCMQuantifier.h" ]
"OCMFunctions.h", "OCMVerifier.h", "OCMQuantifier.h" ]
.map { |file| "Source/OCMock/" + file }

end

0 comments on commit a8e58d4

Please sign in to comment.