{"id":19935620,"url":"https://github.com/efremidze/animoji","last_synced_at":"2025-04-05T19:14:27.975Z","repository":{"id":54697710,"uuid":"110181413","full_name":"efremidze/Animoji","owner":"efremidze","description":"Animoji Generator 🦊","archived":false,"fork":false,"pushed_at":"2023-11-20T08:17:42.000Z","size":8995,"stargazers_count":375,"open_issues_count":3,"forks_count":42,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-04-14T09:58:16.805Z","etag":null,"topics":["animation","animoji","apple","avatar","avatarkit","carthage","cocoapods","emoji","ios","objective-c","private-api","swift"],"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/efremidze.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-10T00:20:57.000Z","updated_at":"2024-04-12T16:07:53.000Z","dependencies_parsed_at":"2024-01-16T10:09:04.606Z","dependency_job_id":null,"html_url":"https://github.com/efremidze/Animoji","commit_stats":{"total_commits":64,"total_committers":5,"mean_commits":12.8,"dds":0.203125,"last_synced_commit":"4899887a1ff1598793391f61581b0c6d9fd35ebb"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efremidze%2FAnimoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efremidze%2FAnimoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efremidze%2FAnimoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efremidze%2FAnimoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efremidze","download_url":"https://codeload.github.com/efremidze/Animoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247386266,"owners_count":20930619,"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":["animation","animoji","apple","avatar","avatarkit","carthage","cocoapods","emoji","ios","objective-c","private-api","swift"],"created_at":"2024-11-12T23:20:59.542Z","updated_at":"2025-04-05T19:14:27.947Z","avatar_url":"https://github.com/efremidze.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Animoji](https://raw.githubusercontent.com/efremidze/Animoji/master/Images/logo.png)\n\n[![Build Status](https://travis-ci.org/efremidze/Animoji.svg?branch=master)](https://travis-ci.org/efremidze/Animoji)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Language](https://img.shields.io/badge/Swift-5-orange.svg?style=flat)](https://swift.org)\n[![Version](https://img.shields.io/cocoapods/v/Animoji.svg?style=flat)](http://cocoapods.org/pods/Animoji)\n[![License](https://img.shields.io/cocoapods/l/Animoji.svg?style=flat)](http://cocoapods.org/pods/Animoji)\n[![Platform](https://img.shields.io/cocoapods/p/Animoji.svg?style=flat)](http://cocoapods.org/pods/Animoji)\n\n**Animoji** is an iOS library that gives access to the private framework AvatarKit to generate Animoji, just like the Messages app.\n\n*Supports iOS 12.2 Animoji (Boar, Giraffe, Owl, Shark)!*\n\n**Animoji uses iPhone X and iOS 11.1 features so no Simulator support yet.**\n\n\u003cimg src=\"https://thumbs.gfycat.com/FlawlessCleverBluejay-size_restricted.gif\" width=\"320\"\u003e\n\n```\n$ pod try Animoji\n```\n\n## Requirements\n\n- iOS 11.1+\n- Xcode 9.1+\n- Swift 5 (Animoji 1.x), Swift 4 (Animoji 0.x)\n\n## Usage\n\nYou can initialize an _Animoji_ like a UIView. _Animoji_ is a `SCNView` so if your using a storyboard/xib use a SceneKit View.\n\n```swift\nimport Animoji\n\nlet animoji = Animoji(frame: self.view.bounds)\nanimoji.setPuppet(name: .cat)\nview.addSubview(animoji)\n```\n\n## Installation\n\nAnimoji is available via CocoaPods and Carthage.\n\n### CocoaPods\nTo install with [CocoaPods](http://cocoapods.org/), simply add this in your `Podfile`:\n```ruby\nuse_frameworks!\npod \"Animoji\"\n```\n\n### Carthage\nTo install with [Carthage](https://github.com/Carthage/Carthage), simply add this in your `Cartfile`:\n```ruby\ngithub \"efremidze/Animoji\"\n```\n\n## Privacy Settings\n\nYou must provide a description for how your app uses the following privacy settings in your app's Info.plist file.\n\n* NSPhotoLibraryAddUsageDescription\n* NSMicrophoneUsageDescription\n* NSCameraUsageDescription\n\n## Disclaimer\n\nAnimoji utilizes Apple's private API to do its magic. Use caution, submitting this code to the App Store adds the risk of being rejected!\n\n## Communication\n\n- If you **found a bug**, open an issue.\n- If you **have a feature request**, open an issue.\n- If you **want to contribute**, submit a pull request.\n\n## Apps Using _Animoji_\n\nFeel free to submit a PR if you’re using this library in your apps.\n\n- [AnimojiChat](https://github.com/dotEngine/animoji-chat) -- Animoji + video chat  \n\n## License\n\nAnimoji 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%2Fefremidze%2Fanimoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefremidze%2Fanimoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefremidze%2Fanimoji/lists"}