diff --git a/UIImageColors.podspec b/UIImageColors.podspec index 30e745b..0294a03 100644 --- a/UIImageColors.podspec +++ b/UIImageColors.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "UIImageColors" - spec.version = "1.3.0" + spec.version = "1.3.1" spec.license = "MIT" spec.summary = "iTunes style color fetcher for UIImage." spec.homepage = "https://github.com/jathu/UIImageColors" @@ -8,6 +8,7 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/jathu/UIImageColors.git", :tag => spec.version } spec.ios.deployment_target = "8.0" + spec.tvos.deployment_target = "9.0" spec.source_files = "Sources/*.swift" spec.requires_arc = true spec.pod_target_xcconfig = {