Set Swift version to 4.0, update Travis and pod spec.

This commit is contained in:
Kare Morstol
2017-09-22 15:18:24 +02:00
parent 9e7bd2f21d
commit e5d6bffbc0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
4.0-DEVELOPMENT-SNAPSHOT-2017-08-21-a
4.0
+2 -2
View File
@@ -4,9 +4,9 @@ os:
language: generic
sudo: required
dist: trusty
osx_image: xcode8.3
osx_image: xcode9
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"; fi
script:
- swift build
- swift test
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftShell'
s.version = '3.0.0'
s.version = '4.0.0'
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'