From a3bef1e3085014651a45c9bc6120c98ff8f5c2d8 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Fri, 22 May 2020 00:39:48 +0200 Subject: [PATCH] fix Pods installation on macOS --- RNCAsyncStorage.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNCAsyncStorage.podspec b/RNCAsyncStorage.podspec index a1bd5cb2..ec75873f 100644 --- a/RNCAsyncStorage.podspec +++ b/RNCAsyncStorage.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.authors = package['author'] s.homepage = package['homepage'] - s.platforms = { :ios => "9.0", :tvos => "9.2" } + s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" } s.source = { :git => "https://github.com/react-native-community/react-native-async-storage.git", :tag => "v#{s.version}" } s.source_files = "ios/**/*.{h,m}"