4 "summary": "A command line arguments parser of Objective-C",
5 "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.",
6 "homepage": "https://github.com/Magic-Unique/CommandLine",
9 "冷秋": "516563564@qq.com"
15 "git": "https://github.com/Magic-Unique/CommandLine.git",
21 "source_files": "CommandLine/CommandLine.h"
25 "source_files": "CommandLine/Tools/*.{h,m}",
34 "source_files": "CommandLine/ANSI/*.{h,m}",
36 "CommandLine/Tools": [
46 "source_files": "CommandLine/Command/**/*.{h,m}",
55 "public_header_files": "CommandLine/Command/Public/*.h"
59 "source_files": "CommandLine/Launcher/*.{h,m}",