blob: 25c87ae0f7ba3761445a0d2453e9d5fd01eaf90e [file] [log] [blame]
{
"name": "Config",
"version": "0.0.5",
"summary": "Use a JSON file as an app configuration, reach keys with dot notation, written in Swift",
"description": "Config is a framework written in Swift that makes it easy for you to use JSON file as a configuration, with JSON keys in dot notation in your application.",
"homepage": "https://github.com/mustafakarakus/Config",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mustafa": "karakusmustafa@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/mustafakarakus/Config.git",
"tag": "0.0.5"
},
"source_files": "Config/**/*.{h,m,swift}",
"swift_version": "4.2"
}