Skip to content

Commit 03d18df

Browse files
committed
[Podspec]
1 parent d3e7930 commit 03d18df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RNFS.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Pod::Spec.new do |s|
99
s.summary = pjson["description"]
1010
s.license = pjson["license"]
1111
s.author = { "Johannes Lumpe" => "[email protected]" }
12-
s.platform = :ios, "8.0"
12+
s.ios.deployment_target = '8.0'
13+
s.tvos.deployment_target = '9.0'
1314
s.source = { :git => "https://github.com/itinance/react-native-fs", :tag => "v#{s.version}" }
1415
s.source_files = '*.{h,m}'
1516
s.preserve_paths = "**/*.js"

0 commit comments

Comments
 (0)