Skip to content

Commit

Permalink
fix archive builds for new xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
psharanda committed May 28, 2018
1 parent d5d4847 commit 75cf5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Atributika.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Atributika"
s.version = "4.4.2"
s.version = "4.4.3"
s.summary = "Convert text with HTML tags, hashtags, mentions, links into NSAttributedString. Make them clickable with UILabel drop-in replacement."
s.description = <<-DESC
`Atributika` is an easy and painless way to build NSAttributedString. It is able to detect HTML-like tags, links, phone numbers, hashtags, any regex or even standard ios data detectors and style them with various attributes like font, color, etc. `Atributika` comes with drop-in label replacement `AttributedLabel` which is able to make any detection clickable.
Expand Down
1 change: 1 addition & 0 deletions Sources/Style.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public enum StyleType {

// workaround for https://github.com/psharanda/Atributika/issues/27
#if swift(>=4.1)
extension NSAttributedStringKey: Equatable { }
extension NSAttributedStringKey: Hashable { }
#endif

Expand Down

0 comments on commit 75cf5ea

Please sign in to comment.