Release 5.0.1

This commit is contained in:
Kare Morstol
2019-10-02 19:24:23 +02:00
parent 031cd65cae
commit fb7fc2c9ad
3 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -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