blob: 0c077adc5ba7fc41d2dfe6ac5985c6a56eb8b9fa [file] [log] [blame]
{
"name": "CommandLine",
"version": "2.2.0",
"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": "2.2.0"
},
"subspecs": [
{
"name": "Main",
"source_files": "CommandLine/CommandLine.h"
},
{
"name": "Tools",
"source_files": "CommandLine/Tools/*.{h,m}",
"dependencies": {
"CommandLine/Main": [
]
}
},
{
"name": "ANSI",
"source_files": "CommandLine/ANSI/*.{h,m}",
"dependencies": {
"CommandLine/Tools": [
],
"CommandLine/Main": [
]
}
},
{
"name": "Command",
"source_files": "CommandLine/Command/**/*.{h,m}",
"dependencies": {
"CommandLine/ANSI": [
],
"CommandLine/Main": [
]
},
"public_header_files": "CommandLine/Command/Public/*.h"
},
{
"name": "Launcher",
"source_files": "CommandLine/Launcher/*.{h,m}",
"dependencies": {
"CommandLine/Main": [
]
}
}
]
}