We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75670bb commit ab9a97aCopy full SHA for ab9a97a
2 files changed
Classes/Tool/EcdhCharacterExtension.swift
@@ -14,5 +14,5 @@ extension Character {
14
/// Checks if the scalars will be merged into an emoji
15
var combinedIntoEmoji: Bool { unicodeScalars.count > 1 && unicodeScalars.first?.properties.isEmoji ?? false }
16
17
- var isEmojiChar: Bool { isSimpleEmoji || isCombinedIntoEmoji }
+ var isEmojiChar: Bool { containEmoji || combinedIntoEmoji }
18
}
ECDHAlgorithmSwift.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#
spec.name = "ECDHAlgorithmSwift"
19
- spec.version = "1.0.22"
+ spec.version = "1.0.23"
20
spec.summary = "A key exchange protocol algorithm based on elliptic curve cryptography for Swift."
21
22
# This description is used to generate tags and improve search results.
0 commit comments