To run the example project, clone the repo, and run pod install
from the Example directory first.
EmojiConstants is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "EmojiConstants"
Import the EmojiConstants file: import EmojiConstants
Then start using Emoji's!
var cryingString: String = Emoji.cryingFace
var catFace: String = Emoji.wearyCatFace
This was created using this code generator as part of a Sunday morning hack. There are a few large ranges of emoji hexadecimal values that would crash while being generated, so they have been omitted.
Skye Freeman, skyefreeman@icloud.com
EmojiConstants is available under the MIT license. See the LICENSE file for more info.