File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44[ ![ Swift Versions] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fkylehughes%2FPersistentKeyValueKit%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/kylehughes/PersistentKeyValueKit )
55[ ![ Test] ( https://github.com/kylehughes/PersistentKeyValueKit/actions/workflows/test.yml/badge.svg )] ( https://github.com/kylehughes/PersistentKeyValueKit/actions/workflows/test.yml )
66
7- * Perfectly-shaped abstractions for ` UserDefaults ` and ` NSUbiquitiousKeyValueStore ` .*
7+ * Perfectly-shaped abstractions for ` UserDefaults ` and ` NSUbiquitousKeyValueStore ` .*
88
99## About
1010
@@ -106,7 +106,7 @@ A representation is a type that describes how a value is persisted: how it is st
106106` NSUbiquitousKeyValueStore ` , and how it is retrieved.
107107
108108Many common representations are provided and it is easy to build custom ones inside of the ` KeyValuePersistible `
109- implementation. The primitive types for the stores are natively represented, so your responsiblity is to transform your
109+ implementation. The primitive types for the stores are natively represented, so your responsibility is to transform your
110110type to-and-from a primitive one.
111111
112112e.g.
@@ -197,7 +197,7 @@ of the given encoder and decoder.
197197
198198e.g.
199199
200- ` Address ` is persisted as ` Data ` .
200+ ` Contact ` is persisted as ` Data ` .
201201
202202``` swift
203203struct Contact : Codable , Sendable {
@@ -293,14 +293,14 @@ TKTK
293293## Supported Platforms
294294
295295- iOS 15.0
296- - macOS 12 .0
296+ - macOS 13 .0
297297- tvOS 15.0
298298- visionOS 1.0
299299- watchOS 9.0
300300
301301## Requirements
302302
303- - Swift 6.0 +
303+ - Swift 5.10 +
304304
305305## Installation
306306
You can’t perform that action at this time.
0 commit comments