Skip to content

Commit 9669369

Browse files
committed
Add tvos to platform support for the Storage UI
1 parent 7cbb052 commit 9669369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseUI.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Pod::Spec.new do |s|
3232
end
3333

3434
s.subspec 'Storage' do |storage|
35-
storage.platform = :ios, '8.0'
35+
storage.ios.deployment_target = '8.0'
36+
storage.tvos.deployment_target = '11.0'
3637
storage.public_header_files = 'Storage/FirebaseStorageUI/*.h'
3738
storage.source_files = 'Storage/FirebaseStorageUI/*.{h,m}'
3839
storage.dependency 'Firebase/Storage', '~> 6.0'

0 commit comments

Comments
 (0)