diff --git a/launchdarkly-react-native-client-sdk.podspec b/launchdarkly-react-native-client-sdk.podspec index f4cefa4..38d36d4 100644 --- a/launchdarkly-react-native-client-sdk.podspec +++ b/launchdarkly-react-native-client-sdk.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.homepage = package["homepage"] s.license = { :type => "Apache-2.0", :file => "LICENSE" } s.author = { "author" => "support@launchdarkly.com" } - s.platform = :ios, "10.0" + s.platform = { :ios => "10.0", :tvos => "11.0" } s.source = { :git => "https://github.com/launchdarkly/react-native-client-sdk.git", :tag => s.version } s.source_files = "ios/**/*.{h,m,swift}" s.swift_version = "5.0"