[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / a / 9 / PersistedPropertyWrapper / 1.0.0 / PersistedPropertyWrapper.podspec.json
blob615fb0e3476db56f25cb6cb89ae367587ebf67a5
2   "name": "PersistedPropertyWrapper",
3   "version": "1.0.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     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/AndrewBennet/PersistedPropertyWrapper.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "Sources/PersistedPropertyWrapper/*.swift",
22   "swift_versions": "5.2",
23   "swift_version": "5.2"