{"id":28559070,"url":"https://github.com/sdwebimage/librav1e-xcode","last_synced_at":"2025-10-28T00:35:06.663Z","repository":{"id":136287237,"uuid":"218782771","full_name":"SDWebImage/librav1e-Xcode","owner":"SDWebImage","description":"A wrapper for rav1e (Fast AV1 Encoder) + Xcode project. Using pre-built binary to support CocoaPods.","archived":false,"fork":false,"pushed_at":"2024-02-13T07:44:49.000Z","size":29,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-20T04:44:41.240Z","etag":null,"topics":["av1","av1-codec","avif","cocoapods","ios","macosx","rust"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SDWebImage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-10-31T14:17:37.000Z","updated_at":"2023-09-28T07:23:53.000Z","dependencies_parsed_at":"2024-01-29T10:09:30.120Z","dependency_job_id":"fa668cff-0066-487a-a861-5aac80d5ceaa","html_url":"https://github.com/SDWebImage/librav1e-Xcode","commit_stats":{"total_commits":37,"total_committers":1,"mean_commits":37.0,"dds":0.0,"last_synced_commit":"36e8476202a0f3ce1ea6bc0b572ec74a2211ed48"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/SDWebImage/librav1e-Xcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibrav1e-Xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibrav1e-Xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibrav1e-Xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibrav1e-Xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SDWebImage","download_url":"https://codeload.github.com/SDWebImage/librav1e-Xcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Flibrav1e-Xcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281366887,"owners_count":26488695,"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-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["av1","av1-codec","avif","cocoapods","ios","macosx","rust"],"created_at":"2025-06-10T08:36:01.514Z","updated_at":"2025-10-28T00:35:06.636Z","avatar_url":"https://github.com/SDWebImage.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# librav1e + Xcode\n\n[![Version](https://img.shields.io/cocoapods/v/librav1e.svg?style=flat)](http://cocoapods.org/pods/librav1e)\n[![License](https://img.shields.io/cocoapods/l/librav1e.svg?style=flat)](http://cocoapods.org/pods/librav1e)\n[![Platform](https://img.shields.io/cocoapods/p/librav1e.svg?style=flat)](http://cocoapods.org/pods/librav1e)\n\nA wrapper for [rav1e](https://github.com/xiph/rav1e).\n\nrav1e is the fast Rust library of AV1 image encoding.\n\nSince Xcode does not support Rust, we provide a pre-built binary on target platforms and CocoaPods spec.\n\n## Requirements\n\n+ iOS 9\n+ macOS 10.11 (64-bit only)\n\ntvOS and watchOS is not supported currently because of Rust language itself, see: [rust-lang/rust#48862](https://github.com/rust-lang/rust/issues/48862)\n\n## Installation\n\n### CocoaPods\n\nlibrav1e is available through [CocoaPods](https://github.com/CocoaPods/CocoaPods).\n\n```\npod 'librav1e', '~\u003e 0.3.0'\n```\n\n#### Carthage\n\nlibrav1e is available through [Carthage](https://github.com/Carthage/Carthage).\n\nCarthage dependency is Binary only frameworks, see: [Cartfile Syntax](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md).\n\nYou should use the following Cartfile syntax to include the dependency:\n\n```\nbinary \"https://raw.githubusercontent.com/SDWebImage/librav1e-Xcode/master/librav1e.json\" ~\u003e 0.3.0\n```\n\n### Manual\n\nlibrav1e repo contains the pre-built framework in [Release Page](https://github.com/SDWebImage/librav1e-Xcode/releases). You can just download the zip and add framework to your Xcode project and use.\n\n## Usage\n\nYou can use rav1e this Rust library by using the generated C API with [cargo-c](https://crates.io/crates/cargo-c).\n\n## License\n\nlibrav1e is available under the [BSD 2-Clause License](https://github.com/xiph/rav1e/blob/master/LICENSE).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Flibrav1e-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdwebimage%2Flibrav1e-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Flibrav1e-xcode/lists"}