mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Drop support for Swift 4 in podspec
This commit is contained in:
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
|
||||
s.tvos.deployment_target = "9.0"
|
||||
s.watchos.deployment_target = "2.0"
|
||||
|
||||
s.swift_versions = ["4", "5"]
|
||||
s.swift_versions = ["5"]
|
||||
|
||||
s.dependency "BitByteData", "~> 1.4.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user