Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rootstrap/unicodeemoji
iOS Library that loads official Unicode Emoji repositories and make them accessible to your app.
https://github.com/rootstrap/unicodeemoji
carthage-support cocoapods emoji emoji-picker pod spm swift-package-manager swift5 unicode
Last synced: 3 days ago
JSON representation
iOS Library that loads official Unicode Emoji repositories and make them accessible to your app.
- Host: GitHub
- URL: https://github.com/rootstrap/unicodeemoji
- Owner: rootstrap
- License: mit
- Created: 2021-04-16T17:52:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T16:21:42.000Z (7 months ago)
- Last Synced: 2024-10-19T17:58:08.499Z (26 days ago)
- Topics: carthage-support, cocoapods, emoji, emoji-picker, pod, spm, swift-package-manager, swift5, unicode
- Language: Swift
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnicodeEmoji
[![CI Status](https://img.shields.io/travis/rootstrap/UnicodeEmoji.svg?style=flat)](https://travis-ci.org/rootstrap/UnicodeEmoji)
[![Version](https://img.shields.io/cocoapods/v/UnicodeEmoji.svg?style=flat)](https://cocoapods.org/pods/UnicodeEmoji)
[![License](https://img.shields.io/cocoapods/l/UnicodeEmoji.svg?style=flat)](https://cocoapods.org/pods/UnicodeEmoji)
[![Platform](https://img.shields.io/cocoapods/p/UnicodeEmoji.svg?style=flat)](https://cocoapods.org/pods/UnicodeEmoji)
[![Carthage](https://img.shields.io/badge/Carthage-compatible-success)](#installation)
[![SPM](https://img.shields.io/badge/SPM-compatible-success)](#installation)
[![Swift Version](https://img.shields.io/badge/Swift%20Version-5.2-orange)](https://cocoapods.org/pods/UnicodeEmoji)## What is it?
Makes official Unicode Emoji versions available for your app.
Detects the right Emoji version to use depending on the iOS version.
Organizes the emojis in their respective categories.## Installation
#### 1. Cocoapods
```ruby
pod 'UnicodeEmoji', '~> 1.3.0'
```
#### 2. Carthage
[Carthage](https://github.com/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](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application).```
github "rootstrap/UnicodeEmoji" ~> 1.3.0
```#### 3. Swift Package Manager
- In XCode 11+, go to File -> Swift Packages -> Add Package Dependency.
- Enter the repo URL (https://github.com/rootstrap/UnicodeEmoji) and click Next.
- Select the version rule desired (you can specify a version number, branch or commit) and click Next.
- Finally, select the target where you want to use the framework.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.