Several deployment-related changes

Remove .swift-version file (it's deprecated by Cocoapods), run deploy phase in CI using xcode 11.3, remove extra swift build in CI deploy phase (sourcekitten now runs it itself), adjusted swift_versions setting in podspec, fix builds in linux CI by specifying swift version in the config.
This commit is contained in:
Timofey Solomko
2020-03-20 09:31:59 +03:00
parent 11bdf1bc38
commit 8a8aaf1593
4 changed files with 5 additions and 5 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 = "5.0"
s.swift_versions = ["4", "5"]
s.dependency "BitByteData", "~> 1.4.1"