Skip to content

Commit bc735fc

Browse files
authored
Update Instabug.podspec for tvOS (#470)
1 parent 7a5d361 commit bc735fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Instabug.podspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ Pod::Spec.new do |s|
55
s.homepage = "http://instabug.com"
66
s.license = { :type => 'Commercial', :file => 'LICENSE.md' }
77
s.author = { "Instabug" => "[email protected]" }
8-
s.platform = :ios, '11.0'
8+
s.ios.platform = '11.0'
9+
s.tvos.platform = '11.0'
910
s.source = { :http => 'https://github.com/Instabug/Instabug-iOS/releases/download/11.9.1/Instabug-XCFramework.zip' }
1011
s.library = 'z'
1112
s.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMotion', 'SystemConfiguration', 'CoreTelephony', 'UIKit', 'CoreMedia', 'CoreVideo', 'CoreData'
1213
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Instabug/"' }
1314
s.requires_arc = true
14-
s.source_files = 'Instabug.xcframework/ios-arm64/Instabug.framework/Headers/*.{h}'
15+
s.ios.source_files = 'Instabug.xcframework/ios-arm64/Instabug.framework/Headers/*.{h}'
16+
s.tvos.source_files = 'Instabug.xcframework/tvos-arm64/Instabug.framework/Headers/*.{h}'
1517
s.vendored_frameworks = 'Instabug.xcframework'
1618
end

0 commit comments

Comments
 (0)