blob: b00c6350170f6ed1b458f6de9013a45ae12c4c09 [file] [log] [blame]
{
"name": "Commander",
"version": "0.2.2",
"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.2.2"
},
"source_files": "Commander/*.{h,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true
}