From 03d18df528c1c94ef8e98d5fa1d7bcb8ee6dad00 Mon Sep 17 00:00:00 2001 From: Julien Karst Date: Tue, 2 May 2017 17:41:00 +0200 Subject: [PATCH] [Podspec] --- RNFS.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RNFS.podspec b/RNFS.podspec index 096a871..b12904d 100644 --- a/RNFS.podspec +++ b/RNFS.podspec @@ -9,7 +9,8 @@ Pod::Spec.new do |s| s.summary = pjson["description"] s.license = pjson["license"] s.author = { "Johannes Lumpe" => "johannes@lum.pe" } - s.platform = :ios, "8.0" + s.ios.deployment_target = '8.0' + s.tvos.deployment_target = '9.0' s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" } s.source_files = '*.{h,m}' s.preserve_paths = "**/*.js"