We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687d945 commit f1b5310Copy full SHA for f1b5310
DSSwiftUIKit.podspec
@@ -2,7 +2,7 @@
2
3
Pod::Spec.new do |s|
4
s.name = 'DSSwiftUIKit'
5
- s.version = '3.5.0'
+ s.version = '3.6.0'
6
s.swift_versions = ['5.3']
7
s.summary = 'SwiftUIKit contains extra functionality for SwiftUI.'
8
Sources/SwiftUIKit/Data/StorageCodable.swift
@@ -5,6 +5,8 @@
// Created by Daniel Saidi on 2023-04-24.
// Copyright © 2023 Daniel Saidi. All rights reserved.
//
+// Inspiration: https://nilcoalescing.com/blog/SaveCustomCodableTypesInAppStorageOrSceneStorage/
9
+//
10
11
import Foundation
12
0 commit comments