- Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathCommander.podspec.json
More file actions
Latest commit
24 lines (24 loc) · 569 Bytes
/
Copy pathCommander.podspec.json
File metadata and controls
24 lines (24 loc) · 569 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Commander",
"version": "0.9.2",
"summary": "Compose beautiful command line interfaces",
"homepage": "https://github.com/kylef/Commander",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Commander.git",
"tag": "0.9.2"
},
"source_files": "Sources/Commander/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"swift_versions": ["4.2", "5.0", "5.1"]
}