From 6316afa25455b591fd3ca14d95a3527ec8f04670 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Sun, 23 Aug 2020 20:41:05 +0200 Subject: [PATCH] Add osx as supported platform --- react-native-get-random-values.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-get-random-values.podspec b/react-native-get-random-values.podspec index 931762a..79ad2d1 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" } + s.platforms = { :ios => "9.0", :tvos => "9.0", :osx => "10.14" } s.source = { :git => "https://github.com/LinusU/react-native-get-random-values.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m,swift}"