Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from romainbiard/tvos-support
Browse files Browse the repository at this point in the history
tvOS support
  • Loading branch information
jathu committed May 11, 2017
2 parents 32e33e2 + c390f8c commit 1314db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UIImageColors.podspec
@@ -1,13 +1,14 @@
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"
spec.authors = { "Jathu Satkunarajah" => "https://twitter.com/jathu" }
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 = {
Expand Down

0 comments on commit 1314db3

Please sign in to comment.