[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / d / f / 7 / CommandLine / 3.0.2 / CommandLine.podspec.json
blob912abab179447a6d4370d8a0918c95d309b3313d
2   "name": "CommandLine",
3   "version": "3.0.2",
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": "3.0.2"
17   },
18   "default_subspecs": [
19     "Command",
20     "Launcher",
21     "Interface"
22   ],
23   "subspecs": [
24     {
25       "name": "Main",
26       "source_files": "CommandLine/CommandLine.h"
27     },
28     {
29       "name": "Tools",
30       "source_files": "CommandLine/Tools/*.{h,m}",
31       "dependencies": {
32         "CommandLine/Main": [
34         ]
35       }
36     },
37     {
38       "name": "ANSI",
39       "source_files": "CommandLine/ANSI/*.{h,m}",
40       "dependencies": {
41         "CommandLine/Tools": [
43         ],
44         "CommandLine/Main": [
46         ]
47       }
48     },
49     {
50       "name": "I18N",
51       "source_files": "CommandLine/I18N/*.{h,m}",
52       "dependencies": {
53         "CommandLine/Main": [
55         ]
56       }
57     },
58     {
59       "name": "Error",
60       "source_files": "CommandLine/Error/*.{h,m}",
61       "dependencies": {
62         "CommandLine/Main": [
64         ],
65         "CommandLine/I18N": [
67         ]
68       }
69     },
70     {
71       "name": "Info",
72       "source_files": "CommandLine/Info/**/*.{h,m}",
73       "dependencies": {
74         "CommandLine/Main": [
76         ],
77         "CommandLine/I18N": [
79         ]
80       }
81     },
82     {
83       "name": "Helper",
84       "source_files": "CommandLine/Helper/*.{h,m}",
85       "dependencies": {
86         "CommandLine/Main": [
88         ],
89         "CommandLine/ANSI": [
91         ],
92         "CommandLine/I18N": [
94         ],
95         "CommandLine/Info": [
97         ]
98       }
99     },
100     {
101       "name": "Command",
102       "source_files": "CommandLine/Command/**/*.{h,m}",
103       "dependencies": {
104         "CommandLine/Main": [
106         ],
107         "CommandLine/ANSI": [
109         ],
110         "CommandLine/I18N": [
112         ],
113         "CommandLine/Error": [
115         ],
116         "CommandLine/Info": [
118         ],
119         "CommandLine/Helper": [
121         ]
122       },
123       "public_header_files": "CommandLine/Command/Public/*.h"
124     },
125     {
126       "name": "Launcher",
127       "source_files": "CommandLine/Launcher/*.{h,m}",
128       "dependencies": {
129         "CommandLine/Main": [
131         ]
132       }
133     },
134     {
135       "name": "Interface",
136       "source_files": "CommandLine/Interface/**/*.{h,m}",
137       "dependencies": {
138         "CommandLine/Main": [
140         ],
141         "CommandLine/ANSI": [
143         ]
144       },
145       "public_header_files": "CommandLine/Interface/Public/**/*.h"
146     }
147   ]