{"id":15293569,"url":"https://github.com/oleander/emojize","last_synced_at":"2026-01-05T13:46:28.312Z","repository":{"id":56909971,"uuid":"82426587","full_name":"oleander/Emojize","owner":"oleander","description":"🚗 Swift 3 emoji parser for String, NSAttributedString and NSMutableAttributedString","archived":false,"fork":false,"pushed_at":"2017-06-23T03:18:26.000Z","size":171,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T01:46:46.286Z","etag":null,"topics":["emoji","emojize","nsattributedstring","nsmutableattributedstring","parser","swift3"],"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/oleander.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-02-19T01:09:39.000Z","updated_at":"2019-06-06T11:10:28.000Z","dependencies_parsed_at":"2022-08-20T20:20:43.021Z","dependency_job_id":null,"html_url":"https://github.com/oleander/Emojize","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2FEmojize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2FEmojize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2FEmojize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleander%2FEmojize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleander","download_url":"https://codeload.github.com/oleander/Emojize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294768,"owners_count":20591909,"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","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":["emoji","emojize","nsattributedstring","nsmutableattributedstring","parser","swift3"],"created_at":"2024-09-30T16:50:01.302Z","updated_at":"2026-01-05T13:46:28.234Z","avatar_url":"https://github.com/oleander.png","language":"Swift","readme":"# Emojize [![Status](https://travis-ci.org/oleander/Emojize.svg?branch=master)](https://travis-ci.org/oleander/Emojize)\n\nSwift 3 emoji parser for `String`, `NSAttributedString` and `NSMutableAttributedString`. It replaces sub strings on the form `\":emoji:\"` with its corresponding emoji character. The emoji lookup table is taken from [github/gemoji](https://github.com/github/gemoji).\n\n## Usage\n\n```swift\nimport Emojize\n\nlet string = \"This is a :car:\"\nstring.emojified // =\u003e \"This is a 🚗\"\nNSMutableAttributedString(string: string).emojified.string // =\u003e \"This is a 🚗\"\nNSAttributedString(string: string).emojified.string // =\u003e \"This is a 🚗\"\n```\n\n## Install\n\nAdd `pod 'Emojize'` to your `Podfile` and run `pod install`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Femojize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleander%2Femojize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleander%2Femojize/lists"}