remove watchos from unit tests

This commit is contained in:
John Estropia
2023-06-08 11:39:17 +09:00
parent 5d0c4bf8ac
commit 118bb685fc

View File

@@ -30,6 +30,5 @@ Pod::Spec.new do |s|
ts.ios.deployment_target = "13.0"
ts.osx.deployment_target = "10.15"
ts.tvos.deployment_target = "13.0"
ts.watchos.deployment_target = "7.4"
end
end