Skip to content

Commit 2ea7ce9

Browse files
committed
Releasing 5.5.2
1 parent 0d89956 commit 2ea7ce9

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ All notable changes to the project will be documented in this file.
88

99
#### Enhancements
1010

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+
1121
- UISliderExtension:
1222

1323
```swift
@@ -16,7 +26,7 @@ func value(for gestureRecognizer: UITapGestureRecognizer) -> Float
1626

1727
#### Bugfixes
1828

19-
N/A
29+
- Xcode 14 support
2030

2131
## [5.5.1](https://github.com/tbaranes/SwiftyUtils/releases/tag/5.5.1) (08-12-2020)
2232

SwiftyUtils.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "SwiftyUtils"
6-
s.version = "5.5.0"
6+
s.version = "5.5.2"
77
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"
99
s.homepage = "https://github.com/tbaranes/SwiftyUtils"
1010
s.license = { :type => "MIT", :file => "LICENSE" }
1111
s.author = { "Tom Baranes" => "tom.baranes@gmail.com" }
1212
s.source = { :git => "https://github.com/tbaranes/SwiftyUtils.git", :tag => "#{s.version}" }
13-
s.swift_versions = "5.1"
13+
s.swift_versions = "5.6"
1414

1515
# ――― Spec tech ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
1616

0 commit comments

Comments
 (0)