Skip to content

Commit ab9a97a

Browse files
committed
update extension.
1 parent 75670bb commit ab9a97a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Classes/Tool/EcdhCharacterExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ extension Character {
1414
/// Checks if the scalars will be merged into an emoji
1515
var combinedIntoEmoji: Bool { unicodeScalars.count > 1 && unicodeScalars.first?.properties.isEmoji ?? false }
1616

17-
var isEmojiChar: Bool { isSimpleEmoji || isCombinedIntoEmoji }
17+
var isEmojiChar: Bool { containEmoji || combinedIntoEmoji }
1818
}

ECDHAlgorithmSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "ECDHAlgorithmSwift"
19-
spec.version = "1.0.22"
19+
spec.version = "1.0.23"
2020
spec.summary = "A key exchange protocol algorithm based on elliptic curve cryptography for Swift."
2121

2222
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)