[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / a / 9 / PersistedPropertyWrapper / 2.1.0 / PersistedPropertyWrapper.podspec.json
blob7acd1788d17ac68a60e79e4d24c6179d086beb75
2   "name": "PersistedPropertyWrapper",
3   "version": "2.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Bennet": "me@andrewbennet.com"
13   },
14   "platforms": {
15     "osx": "10.13",
16     "ios": "10.0",
17     "watchos": "2.0",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/AndrewBennet/PersistedPropertyWrapper.git",
22     "tag": "v2.1.0"
23   },
24   "source_files": "Sources/PersistedPropertyWrapper/*.swift",
25   "swift_versions": "5.3",
26   "swift_version": "5.3"