[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 7 / CommandLine / 2.1.0 / CommandLine.podspec.json
blobd519e68f457303aa53d891497331692e91128ae2
2   "name": "CommandLine",
3   "version": "2.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "冷秋": "516563564@qq.com"
10   },
11   "platforms": {
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://github.com/Magic-Unique/CommandLine.git",
16     "tag": "2.1.0"
17   },
18   "subspecs": [
19     {
20       "name": "Tools",
21       "source_files": "CommandLine/Tools/*.{h,m}"
22     },
23     {
24       "name": "ANSI",
25       "source_files": "CommandLine/ANSI/*.{h,m}",
26       "dependencies": {
27         "CommandLine/Tools": [
29         ]
30       }
31     },
32     {
33       "name": "Command",
34       "source_files": "CommandLine/Command/**/*.{h,m}",
35       "dependencies": {
36         "CommandLine/ANSI": [
38         ]
39       },
40       "public_header_files": "CommandLine/Command/Public/*.h"
41     },
42     {
43       "name": "Launcher",
44       "source_files": "CommandLine/Launcher/*.{h,m}"
45     }
46   ]