From a8e58d45b47f0a8aca04dcba4980b7ee6ffc06dc Mon Sep 17 00:00:00 2001 From: Erik Doernenburg Date: Mon, 17 Feb 2020 21:39:40 +0100 Subject: [PATCH] Added missing header to podspec. --- OCMock.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCMock.podspec b/OCMock.podspec index 33a2765a..ef7d7cbd 100644 --- a/OCMock.podspec +++ b/OCMock.podspec @@ -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