blob: 040800a496f8cb7bc7f3d5a7bcdc66798bbf5e9b [file] [log] [blame]
{
"name": "CLIKit",
"version": "0.1.1",
"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.1"
},
"platforms": {
"osx": "10.9"
},
"requires_arc": true,
"source_files": "CLIKit/**/*.{h,m}"
}