Skip to content

Commit f79accc

Browse files
authored
add visionos to podspec (#1752)
1 parent c4a2ec0 commit f79accc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SwiftProtobuf.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Pod::Spec.new do |s|
1212
s.osx.deployment_target = '10.13'
1313
s.tvos.deployment_target = '11.0'
1414
s.watchos.deployment_target = '4.0'
15+
s.visionos.deployment_target = "1.0"
1516

16-
s.cocoapods_version = '>= 1.7.0'
17+
s.cocoapods_version = '>= 1.13.0'
1718

1819
s.source_files = 'Sources/SwiftProtobuf/**/*.swift'
1920
s.resource_bundle = {'SwiftProtobuf' => ['Sources/SwiftProtobuf/PrivacyInfo.xcprivacy']}

0 commit comments

Comments
 (0)