2 "name": "Configuration",
4 "summary": "Configuration is a simple library which aim to simplify use of setting value in a project.",
5 "description": "Configuration is a simple library which aim to simplify use of setting value in a project.\nBy using an abstraction layer, you simply use enum to define all your settings and the protocol used for manage it. UserDefaults built-in protocol.\n\nSupport Codable out of the box 💪",
6 "homepage": "https://github.com/vincentsaluzzo/configuration",
12 "Vincent Saluzzo": "vincentsaluzzo@me.com"
24 "source_files": "Sources/**/*",
25 "frameworks": "Foundation"