blob: 453ce5eb6713eca340accfee9a1717211c8ccda9 [file] [log] [blame]
{
"name": "CLIKit",
"version": "0.1.0",
"summary": "Tools to help you build Cocoa command-line applications",
"description": "\t\t\tIncludes classes for parsing command-line options for your Objective-C programs\n",
"homepage": "https://github.com/umjames/CLIKit",
"license": "MIT",
"authors": {
"Michael James": "umjames29@gmail.com"
},
"source": {
"git": "https://github.com/umjames/CLIKit.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.9"
},
"requires_arc": true,
"source_files": "CLIKit/**/*.{h,m}"
}