2 "name": "PersistedPropertyWrapper",
4 "summary": "A Swift Property Wrapper to enable easy persistence in UserDefaults",
5 "description": "Persisted Property Wrapper is a Swift library to enable extremely easy persistance of variables in the UserDefaults database on iOS.\n\nTo use Persisted Property Wrapper you simply annotate a variable as being @Persisted. It supports the standard UserDefaults types, along with RawRepresentable types - where the RawValue is storable in UserDefaults - and Codable types. Plus of course any Optional type wrapping any of these types. The type-validity is checked at compile-time: attempting to use on any variables of a non-supported type will cause a compile-time error.",
6 "homepage": "https://github.com/AndrewBennet/PersistedPropertyWrapper",
12 "Andrew Bennet": "me@andrewbennet.com"
21 "git": "https://github.com/AndrewBennet/PersistedPropertyWrapper.git",
24 "source_files": "Sources/PersistedPropertyWrapper/*.swift",
25 "swift_versions": "5.3",
26 "swift_version": "5.3"