Migrate (somewhat) to Swift 5.0

I am unable to perform automatic migration using Xcode 10.2, since my macbook doesn't support that version of Xcode, so I installed Swift 5.0 toolchain and performed most of the steps manually.
This commit is contained in:
Timofey Solomko
2019-05-01 19:18:10 +03:00
parent f007e40cad
commit decce3e040
5 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
s.swift_version = "4.2"
s.swift_version = "5.0"
s.dependency "BitByteData", "~> 1.4.1"