We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f5e8f commit f03b3ccCopy full SHA for f03b3cc
OCMock.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "OCMock"
3
- s.version = "3.1.4"
+ s.version = "3.1.5"
4
5
s.summary = "Mock objects for Objective-C"
6
s.description = <<-DESC
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
s.author = { "Erik Doernenburg" => "erik@doernenburg.com" }
18
s.social_media_url = "http://twitter.com/erikdoe"
19
20
- 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" }
21
s.source_files = "Source/OCMock/*.{h,m}"
22
23
s.requires_arc = false
0 commit comments