blob: 9b970d763ae821e2bd2ad7890dcc48aa7608606f [file] [log] [blame]
{
"name": "MGCommand",
"version": "0.0.1",
"summary": "This library provides a lightweight way for executing commands sequentially or concurrently.",
"homepage": "https://github.com/MattesGroeger/MGCommand",
"license": "MIT",
"authors": {
"Mattes Groeger": "info@mattes-groeger.de"
},
"source": {
"git": "https://github.com/MattesGroeger/MGCommand.git",
"tag": "0.0.1"
},
"source_files": "MGCommand/Classes/**/*.{h,m}",
"requires_arc": true
}