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

Commit 1314db3

Browse files
authored
Merge pull request #51 from romainbiard/tvos-support
tvOS support
2 parents 32e33e2 + c390f8c commit 1314db3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UIImageColors.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Pod::Spec.new do |spec|
22
spec.name = "UIImageColors"
3-
spec.version = "1.3.0"
3+
spec.version = "1.3.1"
44
spec.license = "MIT"
55
spec.summary = "iTunes style color fetcher for UIImage."
66
spec.homepage = "https://github.com/jathu/UIImageColors"
77
spec.authors = { "Jathu Satkunarajah" => "https://twitter.com/jathu" }
88
spec.source = { :git => "https://github.com/jathu/UIImageColors.git", :tag => spec.version }
99

1010
spec.ios.deployment_target = "8.0"
11+
spec.tvos.deployment_target = "9.0"
1112
spec.source_files = "Sources/*.swift"
1213
spec.requires_arc = true
1314
spec.pod_target_xcconfig = {

0 commit comments

Comments
 (0)