blob: 55c62a507f28810a248b0c2a7b4e146f4ecccc3d [file] [log] [blame]
{
"name": "NSString+SHEmoji",
"version": "1.0.0",
"summary": "Utf16字符串转变成Emoji表情,如@\"d83dde04\" to 😄",
"description": "\"Utf16字符串转变成Emoji表情,如@\"d83dde04\" to 😄\"\n /**\n * 转换字符串中utf16表情为emoji表情 [emoji:d83dde1d]\n *\n * @param searchText 需要替换的字符串\n *\n * @return 返回替换后的emoji字符串\n */\n+ (NSString *)stringReplaceUtf16ToEmoji:(NSString *)searchText;",
"homepage": "https://github.com/SOHOVideo/UTF16ToEmojiDemo",
"license": "MIT",
"authors": {
"lihongli": "honglili@sohu-inc.com"
},
"source": {
"git": "https://github.com/SOHOVideo/UTF16ToEmojiDemo.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"NSString+SHEmoji/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}