diff --git a/AMPopTip.podspec b/AMPopTip.podspec index d6c2689f..3d656882 100644 --- a/AMPopTip.podspec +++ b/AMPopTip.podspec @@ -19,4 +19,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.weak_framework = 'SwiftUI' s.social_media_url = 'https://twitter.com/theandreamazz' + s.visionos.deployment_target = '1.0' end