Skip to content

Commit f5f668d

Browse files
Update podspec (#19)
1 parent d65de9d commit f5f668d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ColorToolbox.podspec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
Pod::Spec.new do |spec|
22
spec.name = "ColorToolbox"
3-
spec.version = "1.0.1"
3+
spec.version = "1.1.0"
44
spec.summary = "Swift color utilities for UIKit, AppKit and SwiftUI."
55

66
spec.homepage = "https://github.com/raymondjavaxx/ColorToolbox"
77
spec.license = { :type => "MIT", :file => "LICENSE" }
88
spec.author = { "Ramon Torres" => "raymondjavaxx@gmail.com" }
99

10-
spec.swift_version = "5.7"
11-
spec.ios.deployment_target = "14.0"
12-
spec.tvos.deployment_target = "14.0"
13-
spec.osx.deployment_target = "11.0"
14-
spec.watchos.deployment_target = "7.0"
10+
spec.swift_version = "5.9"
11+
spec.ios.deployment_target = "13.0"
12+
spec.tvos.deployment_target = "13.0"
13+
spec.osx.deployment_target = "10.15"
14+
spec.watchos.deployment_target = "6.0"
15+
spec.visionos.deployment_target = "1.0"
1516

1617
spec.source = { :git => "https://github.com/raymondjavaxx/ColorToolbox.git", :tag => "#{spec.version}" }
1718
spec.source_files = "Sources/ColorToolbox/**/*.swift"

0 commit comments

Comments
 (0)