[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / f / 7 / CommandLine / 2.3.0 / CommandLine.podspec.json
blob9fe47bc418b173cd800663174222a5c34d63346d
2   "name": "CommandLine",
3   "version": "2.3.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.3.0"
17   },
18   "subspecs": [
19     {
20       "name": "Main",
21       "source_files": "CommandLine/CommandLine.h"
22     },
23     {
24       "name": "Tools",
25       "source_files": "CommandLine/Tools/*.{h,m}",
26       "dependencies": {
27         "CommandLine/Main": [
29         ]
30       }
31     },
32     {
33       "name": "ANSI",
34       "source_files": "CommandLine/ANSI/*.{h,m}",
35       "dependencies": {
36         "CommandLine/Tools": [
38         ],
39         "CommandLine/Main": [
41         ]
42       }
43     },
44     {
45       "name": "Command",
46       "source_files": "CommandLine/Command/**/*.{h,m}",
47       "dependencies": {
48         "CommandLine/ANSI": [
50         ],
51         "CommandLine/Main": [
53         ]
54       },
55       "public_header_files": "CommandLine/Command/Public/*.h"
56     },
57     {
58       "name": "Launcher",
59       "source_files": "CommandLine/Launcher/*.{h,m}",
60       "dependencies": {
61         "CommandLine/Main": [
63         ]
64       }
65     }
66   ]