blob: fadc6142800d5344257a3a1b2e84bcf714d72167 [file] [log] [blame]
{
"name": "CommandLine",
"version": "1.2.3",
"summary": "A command line arguments parser of Objective-C",
"description": "If you want to build a command line tool and require some arguments when running it.\nYou can link CommandLine, and dont warry about the arguments-parsing. CommandLine\ncan complete it for you.",
"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": "1.2.3"
},
"source_files": "CommandLine/**/*.{h,m}",
"public_header_files": "CommandLine/Public/*.h"
}