blob: 3d9d50f3564ff417621100bdde7e288e19c9215e [file] [log] [blame]
{
"name": "Config",
"version": "0.0.2",
"summary": "App configuration with JSON, written in Swift",
"description": "Config is a framework written in Swift that makes it easy for you to configure your applicaton based on JSON.",
"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.2"
},
"source_files": "Config/**/*.{h,m,swift}",
"swift_version": "4.2"
}