Implement initial support for visionOS.

This commit is contained in:
Zandor Smith
2024-02-06 22:27:44 +01:00
parent fe41d18ecc
commit 6bf53a6b5d
5 changed files with 139 additions and 135 deletions
+1
View File
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
s.visionos.deployment_target = '1.0'
s.swift_version = '5.0'