Use official Unicode Emoji versions for your app.
Detect the right Emoji version to use depending on the iOS version.
Organizes the emojis in their respective categories.
Installation
1. Cocoapods
pod 'UnicodeEmoji', '~> 1.1.0'
2. Carthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
Add the following line to your Cartfile and follow the installation instructions.
github "rootstrap/UnicodeEmoji" ~> 1.1.0
3. Swift Package Manager
In XCode 11, go to File -> Swift Packages -> Add Package Dependency.
UnicodeEmoji
What is it?
Use official Unicode Emoji versions for your app. Detect the right Emoji version to use depending on the iOS version. Organizes the emojis in their respective categories.
Installation
1. Cocoapods
2. Carthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. Add the following line to your
Cartfile
and follow the installation instructions.3. Swift Package Manager
That should be it. UnicodeEmoji should appear in the navigation panel as a dependency and the framework will be linked automatically to your target.
Note: It is always recommended to lock your external libraries to a specific version.
License
UnicodeEmoji is available under the MIT license. See the LICENSE file for more info.