Skip to content

Commit a8e58d4

Browse files
committed
Added missing header to podspec.
1 parent 2577d0f commit a8e58d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OCMock.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
2929
s.public_header_files = ["OCMock.h", "OCMockObject.h", "OCMArg.h", "OCMConstraint.h",
3030
"OCMLocation.h", "OCMMacroState.h", "OCMRecorder.h",
3131
"OCMStubRecorder.h", "NSNotificationCenter+OCMAdditions.h",
32-
"OCMFunctions.h", "OCMQuantifier.h" ]
32+
"OCMFunctions.h", "OCMVerifier.h", "OCMQuantifier.h" ]
3333
.map { |file| "Source/OCMock/" + file }
3434

3535
end

0 commit comments

Comments
 (0)