Skip to content

Commit

Permalink
Update to Swift 5 and Xcode 10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcramer committed Mar 27, 2019
1 parent 0f94d65 commit d466482
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
matrix:
include:
- name: "macOS Xcode 10.1 Test"
osx_image: xcode10.1
- name: "macOS Xcode 10.2 Test"
osx_image: xcode10.2
xcode_project: HIBPKit.xcodeproj
xcode_scheme: HIBPKit
xcode_destination: platform=macOS
Expand Down
1 change: 1 addition & 0 deletions HIBPKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ HIBPKit is a Swift framework to query the Have I Been Pwned? database.
s.author = { 'Kevin Cramer' => '[email protected]' }
s.source = { :git => 'https://github.com/kcramer/HIBPKit.git', :tag => s.version.to_s }

s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '11.0'
Expand Down

0 comments on commit d466482

Please sign in to comment.