From a06cb988ffcc2970654cb43673dccaf964f8442a Mon Sep 17 00:00:00 2001 From: Joshua Miller Date: Wed, 13 May 2020 02:20:20 -0700 Subject: [PATCH] Add macOS support (#47) --- react-native-tcp-socket.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-tcp-socket.podspec b/react-native-tcp-socket.podspec index 6c31e1c..2caae86 100644 --- a/react-native-tcp-socket.podspec +++ b/react-native-tcp-socket.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.license = "MIT" # s.license = { :type => "MIT", :file => "FILE_LICENSE" } s.authors = { "Rapsssito" => "contact@rodrigomartin.dev" } - s.platforms = { :ios => "9.0", :tvos => "10.0" } + s.platforms = { :ios => "9.0", :tvos => "10.0", :osx => "10.14" } s.source = { :git => "https://github.com/Rapsssito/react-native-tcp-socket.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,swift}"