Preparation for 3.1.5 release.
diff --git a/OCMock.podspec b/OCMock.podspec
index 5955b44..f458eec 100644
--- a/OCMock.podspec
+++ b/OCMock.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OCMock"
- s.version = "3.1.4"
+ s.version = "3.1.5"
s.summary = "Mock objects for Objective-C"
s.description = <<-DESC
@@ -17,7 +17,7 @@
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.4" }
+ s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.1.5" }
s.source_files = "Source/OCMock/*.{h,m}"
s.requires_arc = false