[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 2 / SwiftyLine / 0.1.1 / SwiftyLine.podspec.json
blobb9e0c7b36395ea67769061b47f04a53c4e20eda1
2   "name": "SwiftyLine",
3   "version": "0.1.1",
4   "summary": "Comman line parser for Swift.",
5   "description": "Define command, parsing arguments, generate help banner",
6   "homepage": "https://github.com/SwiftyLine/SwiftyLine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Magic-Unique": "516563564@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/SwiftyLine/SwiftyLine.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "osx": "10.10"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Utils",
25       "source_files": "Sources/SwiftyLine/Utils/**/*.swift"
26     },
27     {
28       "name": "Operation",
29       "source_files": "Sources/SwiftyLine/Operation/**/*.swift",
30       "dependencies": {
31         "SwiftyLine/Utils": [
33         ]
34       }
35     },
36     {
37       "name": "Info",
38       "source_files": "Sources/SwiftyLine/Info/**/*.swift",
39       "dependencies": {
40         "SwiftyLine/Operation": [
42         ],
43         "SwiftyLine/Utils": [
45         ]
46       }
47     },
48     {
49       "name": "Help",
50       "source_files": "Sources/SwiftyLine/Help/**/*.swift",
51       "dependencies": {
52         "SwiftyLine/Operation": [
54         ],
55         "SwiftyLine/Info": [
57         ]
58       }
59     },
60     {
61       "name": "Parsable",
62       "source_files": "Sources/SwiftyLine/Parsable/**/*.swift",
63       "dependencies": {
64         "SwiftyLine/Info": [
66         ],
67         "SwiftyLine/Utils": [
69         ],
70         "SwiftyLine/Help": [
72         ]
73       }
74     }
75   ],
76   "swift_version": "5.0"