Skip to content

Commit

Permalink
Fixed wrong tag in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Jan 8, 2015
1 parent 7c41c04 commit 3f88a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCMock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.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|
Expand Down

0 comments on commit 3f88a5d

Please sign in to comment.