blob: 55338938ced88a0c01958d4ba765fc3e73af26e2 [file] [log] [blame]
{
"name": "Commander",
"version": "0.4.0",
"summary": "Compose beautiful command line interfaces",
"homepage": "https://github.com/kylef/Commander",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Commander.git",
"tag": "0.4.0"
},
"source_files": "Sources/*.{h,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"test_specification": {
"source_files": "Specs/*Spec.swift",
"dependencies": {
"Spectre": [
"~> 0.5.0"
]
}
}
}