diff --git a/Bluepill.podspec b/Bluepill.podspec index ea77f300..608ac780 100644 --- a/Bluepill.podspec +++ b/Bluepill.podspec @@ -1,6 +1,8 @@ Pod::Spec.new do |s| s.name = 'Bluepill' s.version = `echo $(git describe --always --tags | cut -c 2-)` + s.ios.deployment_target = '13.0' + s.osx.deployment_target = '12.0' s.summary = 'A tool to run iOS tests in parallel using multiple simulators.' s.homepage = 'https://github.com/linkedin/bluepill' s.license = { type: 'BSD', file: 'LICENSE' }