blob: ab17afb003af7c4360aa174e83762dbf7b5cd2e4 [file] [log] [blame]
{
"name": "Configuration",
"version": "1.1.1",
"summary": "Configuration is a simple library which aim to simplify use of setting value in a project.",
"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 💪",
"homepage": "https://github.com/vincentsaluzzo/configuration",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vincent Saluzzo": "vincentsaluzzo@me.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": ".git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}