Update to Swift version 4.2 in README, podspec and .swift-version file

This commit is contained in:
Timofey Solomko
2018-10-31 21:54:37 +03:00
parent a2d04fc070
commit 9e69a1d4b7
3 changed files with 3 additions and 3 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.1"
s.swift_version = "4.2"
s.dependency "BitByteData", "~> 1.2.0"