diff --git a/react-native-get-random-values.podspec b/react-native-get-random-values.podspec index f7075eb..ecb16c5 100644 --- a/react-native-get-random-values.podspec +++ b/react-native-get-random-values.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/LinusU/react-native-get-random-values" s.license = "MIT" s.authors = { "Linus Unnebäck" => "linus@folkdatorn.se" } - s.platforms = { :ios => "9.0", :tvos => "9.0", :osx => "10.14" } + s.platforms = { :ios => "9.0", :tvos => "9.0", :osx => "10.14", :visionos => "1.0" } s.source = { :git => "https://github.com/LinusU/react-native-get-random-values.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m,swift}"