blob: 7acd1788d17ac68a60e79e4d24c6179d086beb75 [file] [log] [blame]
{
"name": "PersistedPropertyWrapper",
"version": "2.1.0",
"summary": "A Swift Property Wrapper to enable easy persistence in UserDefaults",
"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.",
"homepage": "https://github.com/AndrewBennet/PersistedPropertyWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Bennet": "me@andrewbennet.com"
},
"platforms": {
"osx": "10.13",
"ios": "10.0",
"watchos": "2.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/AndrewBennet/PersistedPropertyWrapper.git",
"tag": "v2.1.0"
},
"source_files": "Sources/PersistedPropertyWrapper/*.swift",
"swift_versions": "5.3",
"swift_version": "5.3"
}