Skip to content

Commit

Permalink
Declare explicit support for Swift 4.0 in addition to 4.2 and 5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zev Eisenberg committed May 31, 2019
1 parent bcdd6b2 commit 5252e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BonMot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5252e15

Please sign in to comment.