Skip to content

Commit f03b3cc

Browse files
committed
Preparation for 3.1.5 release.
1 parent 45f5e8f commit f03b3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OCMock.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "OCMock"
3-
s.version = "3.1.4"
3+
s.version = "3.1.5"
44

55
s.summary = "Mock objects for Objective-C"
66
s.description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.author = { "Erik Doernenburg" => "erik@doernenburg.com" }
1818
s.social_media_url = "http://twitter.com/erikdoe"
1919

20-
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.1.4" }
20+
s.source = { :git => "https://github.com/erikdoe/ocmock.git", :tag => "v3.1.5" }
2121
s.source_files = "Source/OCMock/*.{h,m}"
2222

2323
s.requires_arc = false

0 commit comments

Comments
 (0)