Release 5.0.1
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SwiftShell'
|
||||
s.version = '5.0.0'
|
||||
s.version = '5.0.1'
|
||||
s.summary = 'A Swift framework for shell scripting.'
|
||||
s.description = 'SwiftShell is a library for creating command-line applications and running shell commands in Swift.'
|
||||
s.homepage = 'https://github.com/kareman/SwiftShell'
|
||||
@@ -8,6 +8,6 @@ Pod::Spec.new do |s|
|
||||
s.author = { 'Kare Morstol' => 'kare@nottoobadsoftware.com' }
|
||||
s.source = { git: 'https://github.com/kareman/SwiftShell.git', tag: s.version.to_s }
|
||||
s.source_files = 'Sources/SwiftShell/*.swift','Sources/SwiftShell/*/*.swift'
|
||||
s.osx.deployment_target = '10.13'
|
||||
s.osx.deployment_target = '10.11'
|
||||
s.ios.deployment_target = '9.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user