Skip to content

Commit 7300b63

Browse files
authored
Update react-native-idle-timer.podspec for tvos support (#37)
1 parent fb1fc51 commit 7300b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-idle-timer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source = { :git => 'https://github.com/marcshilling/react-native-idle-timer.git', :tag => s.version }
1414

1515
s.requires_arc = true
16-
s.platform = :ios, '7.0'
16+
s.platforms = { ios: '7.0', tvos: '9.0' }
1717

1818
s.preserve_paths = 'README.md', 'package.json', 'index.js'
1919
s.source_files = 'ios/RNIdleTimer/*.{h,m}'

0 commit comments

Comments
 (0)