Skip to content

Commit

Permalink
Update react-native-idle-timer.podspec for tvos support (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcshilling authored May 8, 2024
1 parent fb1fc51 commit 7300b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-idle-timer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit 7300b63

Please sign in to comment.