EmojiSwift EmojiSwift is replace github flavored emoji to Emoji. Usage import Emoji let text: String = "hello :smile: world :joy: !!!" let result: String = text.replacedWithEmoji //hello 😄 world 😂 !!!