File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "ColorToolbox"
3
- spec . version = "1.0.1 "
3
+ spec . version = "1.1.0 "
4
4
spec . summary = "Swift color utilities for UIKit, AppKit and SwiftUI."
5
5
6
6
spec . homepage = "https://github.com/raymondjavaxx/ColorToolbox"
7
7
spec . license = { :type => "MIT" , :file => "LICENSE" }
8
8
spec . author = { "Ramon Torres" => "raymondjavaxx@gmail.com" }
9
9
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"
15
16
16
17
spec . source = { :git => "https://github.com/raymondjavaxx/ColorToolbox.git" , :tag => "#{ spec . version } " }
17
18
spec . source_files = "Sources/ColorToolbox/**/*.swift"
You can’t perform that action at this time.
0 commit comments