Skip to content

Commit fc80e28

Browse files
committed
Yet another attempt to fix podspec.
1 parent 89bdd1e commit fc80e28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OCMock.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Pod::Spec.new do |s|
2121
s.source_files = "Source/OCMock/*.{h,m}"
2222

2323
s.requires_arc = false
24-
s.platform = :ios
25-
s.platform = :osx
26-
24+
s.ios.deployment_target = '5.0'
25+
s.osx.deployment_target = '10.6'
26+
2727
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|
2828
"Source/OCMock/" + file
2929
}

0 commit comments

Comments
 (0)