Skip to content

Commit

Permalink
Preparation for 3.1.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Aug 25, 2015
1 parent 45f5e8f commit f03b3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OCMock.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.author = { "Erik Doernenburg" => "[email protected]" }
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
Expand Down

0 comments on commit f03b3cc

Please sign in to comment.