Skip to content

Commit

Permalink
Make podspec publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 31, 2023
1 parent 577003c commit 25de5cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OCMock.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.15'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '4.0'
s.visionos.deployment_target = '1.0'
s.watchos.deployment_target = '7.0'
s.osx.framework = 'XCTest'
s.ios.framework = 'XCTest'
s.tvos.framework = 'XCTest'
Expand Down

0 comments on commit 25de5cf

Please sign in to comment.