diff --git a/RNSVG.podspec b/RNSVG.podspec index 28eb91a5..f06c66a6 100644 --- a/RNSVG.podspec +++ b/RNSVG.podspec @@ -13,6 +13,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/react-native-community/react-native-svg.git', :tag => "v#{s.version}" } s.source_files = 'apple/**/*.{h,m}' s.ios.exclude_files = '**/*.macos.{h,m}' + s.tvos.exclude_files = '**/*.macos.{h,m}' s.osx.exclude_files = '**/*.ios.{h,m}' s.requires_arc = true s.dependency 'React'