Skip to content

Commit 1550bf6

Browse files
authoredSep 30, 2020
add tvOS Platform (#141)
1 parent 0ca74ae commit 1550bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎react-native-restart.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package["license"]
1111
s.authors = package["author"]
1212

13-
s.platforms = { :ios => "9.0" }
13+
s.platforms = { :ios => "9.0", :tvos => "11.0" }
1414
s.source = { :git => "https://github.com/avishayil/react-native-restart.git", :tag => "#{s.version}" }
1515

1616
s.source_files = "ios/**/*.{h,m}"

0 commit comments

Comments
 (0)
Please sign in to comment.