{"id":28559012,"url":"https://github.com/sdwebimage/svt-av1-xcode","last_synced_at":"2026-06-24T03:34:09.414Z","repository":{"id":56933281,"uuid":"388747632","full_name":"SDWebImage/SVT-AV1-Xcode","owner":"SDWebImage","description":"A wrapper for SVT-AV1 + Xcode project. Support SwiftPM \u0026\u0026 CocoaPods.","archived":false,"fork":false,"pushed_at":"2023-09-27T12:30:41.000Z","size":7,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-23T00:32:53.022Z","etag":null,"topics":[],"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}},"created_at":"2021-07-23T09:26:53.000Z","updated_at":"2023-09-27T11:14:50.000Z","dependencies_parsed_at":"2024-01-29T10:09:26.549Z","dependency_job_id":"18f77206-f9c1-4c7b-8f7d-148e22782a32","html_url":"https://github.com/SDWebImage/SVT-AV1-Xcode","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"abd0c4cb8e8cf3ef58acd5cdde8b6a5c0d5dce97"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/SDWebImage/SVT-AV1-Xcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2FSVT-AV1-Xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2FSVT-AV1-Xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2FSVT-AV1-Xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2FSVT-AV1-Xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SDWebImage","download_url":"https://codeload.github.com/SDWebImage/SVT-AV1-Xcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2FSVT-AV1-Xcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016101,"owners_count":26085802,"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-13T02:00:06.723Z","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":[],"created_at":"2025-06-10T08:35:54.126Z","updated_at":"2025-10-13T16:49:09.943Z","avatar_url":"https://github.com/SDWebImage.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svt-av1 + Xcode\n\n[![CI Status](http://img.shields.io/travis/SDWebImage/svt-av1-Xcode.svg?style=flat)](https://travis-ci.org/SDWebImage/svt-av1-Xcode)\n[![Version](https://img.shields.io/cocoapods/v/svt-av1.svg?style=flat)](http://cocoapods.org/pods/svt-av1)\n[![License](https://img.shields.io/cocoapods/l/svt-av1.svg?style=flat)](http://cocoapods.org/pods/svt-av1)\n[![Platform](https://img.shields.io/cocoapods/p/svt-av1.svg?style=flat)](http://cocoapods.org/pods/svt-av1)\n[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)\n\nA wrapper for [svt-av1](https://gitlab.com/AOMediaCodec/SVT-AV1) + Xcode project.\nThis enables CocoaPods \u0026\u0026 SwiftPM support.\n\nThis repo also including the CocoaPods's spec file to use svt-av1.\n\n## Requirements\n\n+ iOS 8\n+ macOS 10.10\n+ tvOS 9.0\n+ watchOS 2.0\n\n## Installation\n\n### CocoaPods\n\nsvt-av1 is available through [CocoaPods](https://github.com/CocoaPods/CocoaPods).\n\n```\npod 'svt-av1'\n```\n\n### SwiftPM\n\nsvt-av1 is available through [Swift Package Manager](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg).\n\n```swift\nlet package = Package(\n    dependencies: [\n        .package(url: \"https://github.com/SDWebImage/svt-av1-Xcode\", from: \"0.8.7\")\n    ],\n    // ...\n)\n```\n\n## Usage\n\nUse svt-av1 as you would normally, this is just a repo that adds an Xcode proj.\n\nFor Swift Package Manager user, it's recommended to use the modular import instead of C headers.\n\nNote you should use `svt_av1` instead of `svt-av1` when using modular import.\n\n+ Objective-C\n\n```objective-c\n@import svt-av1;\n// or if you don't use module\n#import \u003csvt-av1/EbSvtAv1.h\u003e\n```\n\n+ Swift\n\n```swift\nimport svt_av1\n```\n\n## License\n\nsvt-av1 is available under the [BSD 3-Clause Clear License](https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/LICENSE.md).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Fsvt-av1-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdwebimage%2Fsvt-av1-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Fsvt-av1-xcode/lists"}