From 3f88a5d365ea9838d5f377069ec3049306936fcd Mon Sep 17 00:00:00 2001 From: Erik Doernenburg Date: Thu, 8 Jan 2015 18:35:24 +0100 Subject: [PATCH] Fixed wrong tag in podspec. --- OCMock.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCMock.podspec b/OCMock.podspec index 25eda6ab..477fbd2e 100644 --- a/OCMock.podspec +++ b/OCMock.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.author = { "Erik Doernenburg" => "erik@doernenburg.com" } s.social_media_url = "http://twitter.com/erikdoe" - s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.1.1" } + s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.1.2" } s.source_files = "Source/OCMock/*.{h,m}" s.public_header_files = ["OCMock.h", "OCMockObject.h", "OCMArg.h", "OCMConstraint.h", "OCMLocation.h", "OCMMacroState.h", "OCMRecorder.h", "OCMStubRecorder.h", "NSNotificationCenter+OCMAdditions.h"].map { |file|