Skip to content

Commit

Permalink
Fixed deployment target.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Nov 4, 2018
1 parent f7f3c2d commit 62fd0b2
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 @@ -22,7 +22,7 @@ Pod::Spec.new do |s|

s.requires_arc = false
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.6'
s.osx.deployment_target = '10.8'
s.tvos.deployment_target = '9.0'

s.public_header_files = ["OCMock.h", "OCMockObject.h", "OCMArg.h", "OCMConstraint.h",
Expand Down

0 comments on commit 62fd0b2

Please sign in to comment.