CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✓ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jun 2015 |
Maintained by Meiwin Fu.
A simple objective-c class that encapsulates emoji-alias mapping (mapping from github/gemoji).
If you are using Cocoapods, add to your Podfile:
pod NgEmojiMapTo manually add to your projects:
NgEmojiMap.h, NgEmojiMap.m and NgEmojiMap.bundle to your project.NgEmojiMap requires ARC.
// print smiley emoji
NSLog(@"%@", [[NgEmojiMap sharedInstance] emojiForAlias:@"smiley"]);