File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 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
6676typealias 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44
55s . name = "SwiftyUtils"
6- s . version = "5.2 .0"
6+ s . version = "5.3 .0"
77s . summary = "Swifty utils regroups all the boilerplate code reusable in each project."
88s . description = "Swifty utils regroups all the boilerplate code reusable in each project, available for iOS, OSX and tvOS"
99s . 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
3131s . ios . source_files = 'Sources/Protocols/UIKit/**/*.swift' ,
3232 'Sources/Extensions/UIKit/**/*.swift'
You can’t perform that action at this time.
0 commit comments