From 5252e1541917cbe24052e4cc648f23f73eec247f Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Thu, 30 May 2019 20:53:54 -0400 Subject: [PATCH] Declare explicit support for Swift 4.0 in addition to 4.2 and 5.0. --- BonMot.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BonMot.podspec b/BonMot.podspec index 8892a092..1d5f0930 100644 --- a/BonMot.podspec +++ b/BonMot.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "BonMot" s.version = "5.4" s.summary = "Beautiful, easy attributed strings in Swift" - s.swift_versions = ["4.2", "5.0"] + s.swift_versions = ["4.0", "4.2", "5.0"] s.description = <<-DESC BonMot removes all the mystery from creating beautiful, powerful attributed strings in Swift. DESC