Skip to content

Commit cf5091c

Browse files
authored
Merge pull request #145 from tbaranes/feature/release_5_3_0
Preparing release 5.3.0
2 parents 4bbd166 + 27470bf commit cf5091c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ N/A
1212

1313
#### Enhancements
1414

15+
N/A
16+
17+
#### Bugfixes
18+
19+
N/A
20+
21+
## [5.3.0](https://github.com/tbaranes/SwiftyUtils/releases/tag/5.3.0) (02-07-2020)
22+
23+
#### Enhancements
24+
1525
- UIViewControllerExtension:
1626

1727
```swift
@@ -66,10 +76,6 @@ protocol Reusable: AnyObject
6676
typealias NibReusable = Reusable & NibLoadable
6777
```
6878

69-
#### Bugfixes
70-
71-
N/A
72-
7379
## [5.2.0](https://github.com/tbaranes/SwiftyUtils/releases/tag/5.2.0) (28-04-2020)
7480

7581
#### Enhancements

SwiftyUtils.podspec

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

55
s.name = "SwiftyUtils"
6-
s.version = "5.2.0"
6+
s.version = "5.3.0"
77
s.summary = "Swifty utils regroups all the boilerplate code reusable in each project."
88
s.description = "Swifty utils regroups all the boilerplate code reusable in each project, available for iOS, OSX and tvOS"
99
s.homepage = "https://github.com/tbaranes/SwiftyUtils"
@@ -26,7 +26,7 @@ s.source_files = 'Sources/*.swift',
2626
'Sources/Extensions/Swift/**/*.swift',
2727
'Sources/Others/*.swift',
2828
'Sources/PropertyWrappers/*.swift',
29-
'Sources/Protocols/*.swift'
29+
'Sources/Protocols/Swift/*.swift'
3030

3131
s.ios.source_files = 'Sources/Protocols/UIKit/**/*.swift',
3232
'Sources/Extensions/UIKit/**/*.swift'

0 commit comments

Comments
 (0)