Update react-native-idle-timer.podspec for tvos support (#37)

This commit is contained in:
Marc Shilling 2024-05-08 10:10:14 -04:00 committed by GitHub
parent fb1fc5189d
commit 7300b637c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/marcshilling/react-native-idle-timer.git', :tag => s.version }
s.requires_arc = true
s.platform = :ios, '7.0'
s.platforms = { ios: '7.0', tvos: '9.0' }
s.preserve_paths = 'README.md', 'package.json', 'index.js'
s.source_files = 'ios/RNIdleTimer/*.{h,m}'