From 22e7583ba1137d763329f1f1f0be9d0c28c2e9c7 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Sat, 23 May 2020 09:55:57 +0200 Subject: [PATCH] fix: Pods installation on macOS (#365) --- 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}"