2 "name": "UserDefaultsSnapshotLib",
4 "summary": "A library that provides a snapshot of the UserDefaults for the state-management.",
5 "description": "This library enables us to create a snapshot of the values which UserDefaults manages.\nThe snapshot means an immutable data model, that could be super effective to embed into the state of state-management.",
7 "homepage": "https://github.com/VergeGroup/UserDefaultsSnapshot",
9 "git": "https://github.com/VergeGroup/UserDefaultsSnapshot.git",
16 "swift_versions": "5.3",
17 "source_files": "Sources/**/*.swift",
18 "frameworks": "Foundation",
19 "swift_version": "5.3"