4 "summary": "Swifty and modern UserDefaults",
5 "description": "Strongly typed: You declare the type and default value upfront.\nCodable support: You can store any Codable value, like an enum.\nDebuggable: The data is stored as JSON-serialized values.\nLightweight: It's only ~100 lines of code.",
6 "homepage": "https://github.com/Sadmansamee/Defaults",
12 "sindresorhus": "sindresorhus@gmail.com"
14 "social_media_url": "https://sindresorhus.com",
15 "swift_version": "4.0",
20 "git": "https://github.com/Sadmansamee/Defaults.git",
25 "Sources/Defaults.swift"