{"id":28635815,"url":"https://github.com/haishinkit/libsrt-xcframework","last_synced_at":"2026-02-14T03:40:01.274Z","repository":{"id":287526612,"uuid":"937008209","full_name":"HaishinKit/libsrt-xcframework","owner":"HaishinKit","description":"libsrt with xcframework project","archived":false,"fork":false,"pushed_at":"2025-11-21T11:54:11.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-21T13:21:23.311Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":false,"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/HaishinKit.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,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["shogo4405"],"custom":["https://www.paypal.me/shogo4405"]}},"created_at":"2025-02-22T05:36:40.000Z","updated_at":"2025-11-21T11:54:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"096138de-ad77-4475-99a7-796f2e20d6ed","html_url":"https://github.com/HaishinKit/libsrt-xcframework","commit_stats":null,"previous_names":["haishinkit/libsrt-xcframework"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HaishinKit/libsrt-xcframework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaishinKit%2Flibsrt-xcframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaishinKit%2Flibsrt-xcframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaishinKit%2Flibsrt-xcframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaishinKit%2Flibsrt-xcframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HaishinKit","download_url":"https://codeload.github.com/HaishinKit/libsrt-xcframework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HaishinKit%2Flibsrt-xcframework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29434676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T03:34:37.767Z","status":"ssl_error","status_checked_at":"2026-02-14T03:34:09.092Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12T17:11:35.687Z","updated_at":"2026-02-14T03:40:01.266Z","avatar_url":"https://github.com/HaishinKit.png","language":"CMake","funding_links":["https://github.com/sponsors/shogo4405","https://www.paypal.me/shogo4405"],"categories":[],"sub_categories":[],"readme":"# libsrt.xcframework\n- The libsrt with xcframework project.\n- This is a project to make libsrt easier to use with Swift Package Manager (SPM).\n\u003e [!NOTE]\n\u003e This is provided for use with HaishinKit. It does not prevent you from using it individually in your own environment.\n\n## Platforms\n|iOS|tvOS|macOS|visionOS|watchOS|macOS catalyst|\n|:-:|:-:|:-:|:-:|:-:|:-:|\n|13.0+|13.0+|10.15+|1.0+|-|-|\n- [Simulator on Intel Mac not supported.](https://github.com/HaishinKit/HaishinKit.swift/issues/1571)\n\n## Usage\nYou can use it from SPM as follows.\n- ${version} refers to the release version v1.5.4.\n- The checksum is listed in the RELEASE notes.\n```Package.swift\n// swift-tools-version: 5.7\nimport PackageDescription\n\nlet package = Package(\n  dependencies: [\n  ],\n  targets: [\n    .binaryTarget(\n      name: \"libsrt\",\n      url: \"https://github.com/HaishinKit/libsrt-xcframework/releases/download/${version}/libsrt.xcframework.zip\",\n      checksum: \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n    ),\n  ]\n)\n```\n\nThe checksum can be obtained using the following command:\n```sh\n$ swift package compute-checksum /path/to/libsrt.xcframework.zip\n```\n\n## build xcframework\n```sh\n## clone dependencies\n$ build-clone.sh\n\n## build libsrt.a\n$ build-ios.sh\n# $ build-macos.sh ...\n\n## make xcframework. only succeeds when the build for all platforms is successful.\n## If you only need iOS, please comment out the contents of the .sh file.\n$ build-xcframework.sh\n```\n\n## License\n- libsrt.xcframeworks is MPLv2.0 License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaishinkit%2Flibsrt-xcframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaishinkit%2Flibsrt-xcframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaishinkit%2Flibsrt-xcframework/lists"}