Skip to content

Commit

Permalink
Update Swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frugghi committed Jun 18, 2018
1 parent 95108de commit ecb9afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.1
3 changes: 2 additions & 1 deletion SwiftSH.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftSH'
spec.version = '0.1.1'
spec.version = '0.1.2'
spec.summary = 'A Swift SSH framework that wraps libssh2.'
spec.homepage = 'https://github.com/Frugghi/SwiftSH'
spec.license = 'MIT'
Expand All @@ -9,6 +9,7 @@ Pod::Spec.new do |spec|

spec.requires_arc = true
spec.default_subspec = 'Libssh2'
spec.swift_version = '4.1'

spec.ios.deployment_target = '8.0'

Expand Down

0 comments on commit ecb9afd

Please sign in to comment.