blob: 691861abbd7324f7cef7a90ff199d667361973ee [file] [log] [blame]
{
"name": "Config",
"version": "0.0.4",
"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.4"
},
"source_files": "Config/**/*.{h,m,swift}",
"swift_version": "4.2"
}