We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1e4c6 commit 8393df1Copy full SHA for 8393df1
MIGRATION.md
README.md
@@ -85,7 +85,7 @@ github "jakeheis/SwiftCLI" ~> 5.2.2
85
### CocoaPods
86
87
```ruby
88
-pod 'SwiftCLI', '~> 5.2.2'
+pod 'SwiftCLI', '~> 6.0.0'
89
```
90
91
## Creating a CLI
SwiftCLI.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "SwiftCLI"
4
- s.version = "5.2.2"
+ s.version = "6.0.0"
5
s.summary = "A powerful framework that can be used to develop a CLI in Swift"
6
7
s.description = <<-DESC
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
18
19
s.source_files = "Sources", "Sources/**/*.{swift}"
20
21
- s.swift_version = "4.2.1"
+ s.swift_version = "5.1.1"
22
23
end
0 commit comments