Skip to content

Commit a4992df

Browse files
committed
Add support for tvOS
1 parent 19b49eb commit a4992df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react-native-blurhash.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Pod::Spec.new do |s|
1515
# optional - use expanded license entry instead:
1616
# s.license = { :type => "MIT", :file => "LICENSE" }
1717
s.authors = { "Marc Rousavy" => "[email protected]" }
18-
s.platforms = { :ios => "9.0" }
18+
s.ios.deployment_target = '9.0'
19+
s.tvos.deployment_target = '9.0'
1920
s.source = { :git => "https://github.com/mrousavy/react-native-blurhash.git", :tag => "#{s.version}" }
2021

2122
s.source_files = "ios/**/*.{h,c,m,swift}"

0 commit comments

Comments
 (0)