blob: a09d1966467034a0edab1a2df8d3a38cf150c287 [file] [log] [blame]
{
"name": "Config",
"version": "1.1.0",
"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": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/mustafakarakus/Config.git",
"tag": "1.1.0"
},
"source_files": "Config/**/*.{h,m,swift}",
"swift_version": "5.0"
}