File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ All notable changes to the project will be documented in this file.
8
8
9
9
#### Enhancements
10
10
11
+ N/A
12
+
13
+ #### Bugfixes
14
+
15
+ N/A
16
+
17
+ ## [ 5.5.2] ( https://github.com/tbaranes/SwiftyUtils/releases/tag/5.5.2 ) (05-10-2022)
18
+
19
+ #### Enhancements
20
+
11
21
- UISliderExtension:
12
22
13
23
``` swift
@@ -16,7 +26,7 @@ func value(for gestureRecognizer: UITapGestureRecognizer) -> Float
16
26
17
27
#### Bugfixes
18
28
19
- N/A
29
+ - Xcode 14 support
20
30
21
31
## [ 5.5.1] ( https://github.com/tbaranes/SwiftyUtils/releases/tag/5.5.1 ) (08-12-2020)
22
32
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ Pod::Spec.new do |s|
3
3
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
4
4
5
5
s . name = "SwiftyUtils"
6
- s . version = "5.5.0 "
6
+ s . version = "5.5.2 "
7
7
s . summary = "Swifty utils regroups all the boilerplate code reusable in each project."
8
- s . description = "Swifty utils regroups all the boilerplate code reusable in each project, available for iOS, OSX and tvOS"
8
+ s . description = "Swifty utils regroups all the boilerplate code reusable in each project, available for iOS, macOS and tvOS"
9
9
s . homepage = "https://github.com/tbaranes/SwiftyUtils"
10
10
s . license = { :type => "MIT" , :file => "LICENSE" }
11
11
s . author = { "Tom Baranes" => "tom.baranes@gmail.com" }
12
12
s . source = { :git => "https://github.com/tbaranes/SwiftyUtils.git" , :tag => "#{ s . version } " }
13
- s . swift_versions = "5.1 "
13
+ s . swift_versions = "5.6 "
14
14
15
15
# ――― Spec tech ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
16
16
You can’t perform that action at this time.
0 commit comments