blob: df60b38ef53d234a9d8625c09597bacd54e8d21f [file] [log] [blame]
{
"name": "CommandLine",
"version": "0.0.2",
"summary": "A command line arguments parser of Objective-C",
"description": "A command line arguments parser of Objective-C",
"homepage": "https://github.com/Magic-Unique/CommandLine",
"license": "MIT",
"authors": {
"冷秋": "516563564@qq.com"
},
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/Magic-Unique/CommandLine.git",
"tag": "0.0.2"
},
"source_files": "CommandLine/**/*.{h,m}",
"public_header_files": "CommandLine/Public/*.h"
}