blob: 714dbb27f5add03f765f766d8a81fa96b1f9f9b5 [file] [log] [blame]
{
"name": "MGCommandConfig",
"version": "0.0.1",
"summary": "This library allows to configure commands (MGCommand lib) via config files.",
"homepage": "https://github.com/MattesGroeger/MGCommandConfig",
"license": "MIT",
"authors": {
"Mattes Groeger": "info@mattes-groeger.de"
},
"source": {
"git": "https://github.com/MattesGroeger/MGCommandConfig.git",
"tag": "0.0.1"
},
"source_files": "MGCommandConfig/Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MGCommand": [
"~> 0.0.1"
]
}
}