diff --git a/RNFlashList.podspec b/RNFlashList.podspec index d2a71a5bf..91e1ea124 100644 --- a/RNFlashList.podspec +++ b/RNFlashList.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.homepage = package['homepage'] s.license = package['license'] s.author = package['author'] - s.platforms = { :ios => '11.0', :tvos => '12.0' } + s.platforms = { :ios => '11.0', :tvos => '12.0', :visionos => '1.0' } s.source = { git: 'https://github.com/shopify/flash-list.git', tag: "v#{s.version}" } s.source_files = 'ios/Sources/**/*' s.requires_arc = true