diff --git a/Kumi.podspec b/Kumi.podspec index 86e87b1..e3dd674 100644 --- a/Kumi.podspec +++ b/Kumi.podspec @@ -21,6 +21,7 @@ This framework provides all the values for fonts and colors you need to apply a s.source = { :git => "https://github.com/prolificinteractive/Kumi-iOS.git", :tag => s.version.to_s } s.ios.deployment_target = '9.0' + s.tvos.deployment_target = '9.0' s.source_files = 'Kumi/Core/**/*', 'Kumi/SwiftyJSON-4.2.0/Source/*' s.dependency 'Marker'