diff --git a/Turf.podspec b/Turf.podspec index 944d613..9d3d2d7 100644 --- a/Turf.podspec +++ b/Turf.podspec @@ -24,7 +24,9 @@ Pod::Spec.new do |s| s.osx.deployment_target = "10.13" s.tvos.deployment_target = "11.0" s.watchos.deployment_target = "4.0" - s.visionos.deployment_target = "1.0" + # CocoaPods doesn't support releasing of visionOS pods yet, need to wait for v1.15.0 release of CocoaPods + # with this fix https://github.com/CocoaPods/CocoaPods/pull/12159. + # s.visionos.deployment_target = "1.0" # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #