blob: e558046aed3e73ea4af885f88fc609654bfad3c6 [file] [log] [blame]
{
"name": "Config",
"version": "0.0.3",
"summary": "Read JSON with dot notation in your App as a configuration, 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.3"
},
"source_files": "Config/**/*.{h,m,swift}",
"swift_version": "4.2"
}