{"id":15038396,"url":"https://github.com/ranesr/emojione","last_synced_at":"2026-03-15T16:34:42.174Z","repository":{"id":56909970,"uuid":"90911164","full_name":"ranesr/EmojiOne","owner":"ranesr","description":"Swift Library for EmojiOne - ★ this library","archived":false,"fork":false,"pushed_at":"2018-06-10T19:00:29.000Z","size":68,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T04:42:46.126Z","etag":null,"topics":["cocoapods","emojione","emojione-library","icon-font","icons","ios-swift","swift","swift-4","swift-library","swift4"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ranesr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-10T21:47:11.000Z","updated_at":"2025-05-02T22:44:49.000Z","dependencies_parsed_at":"2022-08-20T20:20:41.057Z","dependency_job_id":null,"html_url":"https://github.com/ranesr/EmojiOne","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ranesr/EmojiOne","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranesr%2FEmojiOne","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranesr%2FEmojiOne/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranesr%2FEmojiOne/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranesr%2FEmojiOne/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ranesr","download_url":"https://codeload.github.com/ranesr/EmojiOne/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranesr%2FEmojiOne/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266332507,"owners_count":23912662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cocoapods","emojione","emojione-library","icon-font","icons","ios-swift","swift","swift-4","swift-library","swift4"],"created_at":"2024-09-24T20:38:17.424Z","updated_at":"2026-03-15T16:34:42.104Z","avatar_url":"https://github.com/ranesr.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swift Library for EmojiOne\n\n\n[![EmojiOne](https://img.shields.io/badge/%20EmojiOne-3.1-blue.svg)](https://github.com/emojione/emojione) [![CocoaPods](https://img.shields.io/cocoapods/v/EmojiOne.svg)](https://cocoapods.org/pods/EmojiOne)  [![Platform](https://img.shields.io/cocoapods/p/EmojiOne.svg)](http://cocoadocs.org/docsets/EmojiOne)  ![Swift](https://img.shields.io/badge/%20in-swift%204.0-orange.svg)  [![Codebeat Badge](https://codebeat.co/badges/b9a042f6-15ca-4d3d-b272-815871ea5388)](https://codebeat.co/projects/github-com-ranesr-emojione-master)\n\n[![Travis](https://img.shields.io/travis/ranesr/EmojiOne.svg)](https://travis-ci.org/ranesr/EmojiOne/)\n\n\nPlease \u0026#9733; this library.\n\nThis EmojiOne library helps you use icons from [EmojiOne](https://emojione.com).\n\nEmojiOne library currently supports `UIImageView`, `UILabel` and `UIButton`.\n\n\n## Requirements\n\n- iOS 8.0+\n- Xcode 8\n\n\n## Installation\n\n\n### Cocoapods\n\n[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects.\n\nMake sure you have the latest version of CocoaPods by running:\n\n```bash\n$ gem install cocoapods\n# (or if the above fails)\n$ sudo gem install cocoapods\n```\n\nUpdate your local specs repo by running:\n\n```bash\n$ pod repo update\n```\n\nAdd the following lines to your `Podfile`:\n\n```ruby\ntarget 'YourAwesomeProject' do\n    use_frameworks!\n    pod 'EmojiOne', '~\u003e 2.0.0'\nend\n```\n\nThen run the following command\n\n```bash\n$ pod install\n```\n\nYou can start using the library by importing it wherever you want\n\n```swift\nimport EmojiOne\n```\n\n\n### Swift Package Manager\n\nYou can use [The Swift Package Manager](https://swift.org/package-manager) to install `EmojiOne` by adding the proper description to your `Package.swift` file:\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n    name: \"YourAwesomeProject\",\n    targets: [],\n    dependencies: [\n        .Package(url: \"https://github.com/ranesr/EmojiOne\", majorVersion: 2)\n    ]\n)\n```\n\nNote that the [Swift Package Manager](https://swift.org/package-manager) is still in early design and development, for more information checkout its [GitHub Page](https://github.com/apple/swift-package-manager)\n\n\n### Manually\n\nCopy this file from `Sources` folder.\n\n[EmojiOne.swift](https://github.com/ranesr/EmojiOne/blob/master/Sources/EmojiOne.swift)\n\n\n## Usage\n\n\n### UIImageView\n\n```Swift\n\n// Setting emoji to image view\nimageView.setEmoji(emoji: .speechLeft)\nimageView.setEmoji(emoji: .womanRowingBoat)\n\n```\n\n### UILabel\n\n```Swift\n\n// Setting emoji to label\nlabel.setEmoji(prefixText: \"PREFIX TEXT \", emoji: .manFarmerTone4, postfixText: \" POSTFIX TEXT\")\nlabel.setEmoji(prefixText: \"\", emoji: .flashlight, postfixText: \" POSTFIX TEXT\")\nlabel.setEmoji(prefixText: \"PREFIX TEXT \", emoji: .cruiseShip, postfixText: \"\")\n\n```\n\n### UIButton\n\n```Swift\n\n// Setting emoji to label\nbutton.setEmoji(title: \" TITLE\", emoji: .clock12, forState: .normal)\n\n```\n\n\n## Examples\n\nPlease check out the [EmojiOne App](https://github.com/ranesr/EmojiOne/tree/master/EmojiOne).\n\n\n## Author\n\nSaurabh Rane\n\n- [Email](mailto:saurabhrrane@gmail.com)\n- [LinkedIn](https://linkedin.com/in/ranesaurabh)\n\n## Licence\n\nEmojiOne is available under the MIT License. See the `LICENSE` file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franesr%2Femojione","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franesr%2Femojione","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franesr%2Femojione/lists"}