From f79acccd212764b4207e6929f6453c3ce9093e1f Mon Sep 17 00:00:00 2001 From: ivan grachev Date: Tue, 4 Feb 2025 23:19:03 +0300 Subject: [PATCH] add visionos to podspec (#1752) --- SwiftProtobuf.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SwiftProtobuf.podspec b/SwiftProtobuf.podspec index 02197a922..5f5438575 100644 --- a/SwiftProtobuf.podspec +++ b/SwiftProtobuf.podspec @@ -12,8 +12,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" - s.cocoapods_version = '>= 1.7.0' + s.cocoapods_version = '>= 1.13.0' s.source_files = 'Sources/SwiftProtobuf/**/*.swift' s.resource_bundle = {'SwiftProtobuf' => ['Sources/SwiftProtobuf/PrivacyInfo.xcprivacy']}