We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1fc51 commit 7300b63Copy full SHA for 7300b63
1 file changed
react-native-idle-timer.podspec
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
s.source = { :git => 'https://github.com/marcshilling/react-native-idle-timer.git', :tag => s.version }
14
15
s.requires_arc = true
16
- s.platform = :ios, '7.0'
+ s.platforms = { ios: '7.0', tvos: '9.0' }
17
18
s.preserve_paths = 'README.md', 'package.json', 'index.js'
19
s.source_files = 'ios/RNIdleTimer/*.{h,m}'
0 commit comments