File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ extension Character {
14
14
/// Checks if the scalars will be merged into an emoji
15
15
var combinedIntoEmoji : Bool { unicodeScalars. count > 1 && unicodeScalars. first? . properties. isEmoji ?? false }
16
16
17
- var isEmojiChar : Bool { isSimpleEmoji || isCombinedIntoEmoji }
17
+ var isEmojiChar : Bool { containEmoji || combinedIntoEmoji }
18
18
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
16
16
#
17
17
18
18
spec . name = "ECDHAlgorithmSwift"
19
- spec . version = "1.0.22 "
19
+ spec . version = "1.0.23 "
20
20
spec . summary = "A key exchange protocol algorithm based on elliptic curve cryptography for Swift."
21
21
22
22
# This description is used to generate tags and improve search results.
You can’t perform that action at this time.
0 commit comments