{"id":28559006,"url":"https://github.com/sdwebimage/svgnative-xcode","last_synced_at":"2026-07-11T04:31:20.176Z","repository":{"id":50472084,"uuid":"519172785","full_name":"SDWebImage/svgnative-Xcode","owner":"SDWebImage","description":"Integrate svg-native-viewer library with Xcode project. Support Carthage \u0026\u0026 CocoaPods \u0026\u0026 SwiftPM.","archived":false,"fork":false,"pushed_at":"2024-01-11T08:37:35.000Z","size":140,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T00:32:46.489Z","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":"2022-07-29T10:25:31.000Z","updated_at":"2022-08-03T08:29:28.000Z","dependencies_parsed_at":"2024-01-29T10:19:18.517Z","dependency_job_id":null,"html_url":"https://github.com/SDWebImage/svgnative-Xcode","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.04761904761904767,"last_synced_commit":"de560bb9f69bc89f4624855998148eb6e0bb8e60"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SDWebImage/svgnative-Xcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Fsvgnative-Xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Fsvgnative-Xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Fsvgnative-Xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Fsvgnative-Xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SDWebImage","download_url":"https://codeload.github.com/SDWebImage/svgnative-Xcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SDWebImage%2Fsvgnative-Xcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278716570,"owners_count":26033500,"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-07T02:00:06.786Z","response_time":59,"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:53.604Z","updated_at":"2025-10-07T03:34:43.176Z","avatar_url":"https://github.com/SDWebImage.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# svgnative + Xcode\n\n[![CI Status](http://img.shields.io/travis/SDWebImage/svgnative-Xcode.svg?style=flat)](https://travis-ci.org/SDWebImage/svgnative-Xcode)\n[![Version](https://img.shields.io/cocoapods/v/svgnative.svg?style=flat)](http://cocoapods.org/pods/svgnative)\n[![License](https://img.shields.io/cocoapods/l/svgnative.svg?style=flat)](http://cocoapods.org/pods/svgnative)\n[![Platform](https://img.shields.io/cocoapods/p/svgnative.svg?style=flat)](http://cocoapods.org/pods/svgnative)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/SDWebImage/svgnative-Xcode)\n[![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)\n\nA wrapper for [svg-native](https://github.com/adobe/svg-native-viewer) + Xcode project.\nThis enables Carthage \u0026\u0026 SwiftPM support.\n\nThis repo also including the CocoaPods's spec file to use svg-native.\n\n## Requirements\n\n+ iOS 9\n+ macOS 10.10\n+ tvOS 9.0\n+ watchOS 2.0\n\n## Note\n\nBecause the upstream does not have tagged version. We release version by ourselves.\n\n+ 0.1.0-beta: d234cff\n+ 0.1.0: e091851\n\n## Installation\n\n### Carthage\n\nsvgnative is (via this repo) available through [Carthage](https://github.com/Carthage/Carthage).\n\n```\ngithub \"SDWebImage/svgnative-Xcode\"\n```\n\n### CocoaPods\n\nsvgnative is available through [CocoaPods](https://github.com/CocoaPods/CocoaPods).\n\n```\npod 'svgnative'\n```\n\n### SwiftPM\n\nsvgnative 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/svgnative-Xcode\", from: \"0.2.0\")\n    ],\n    // ...\n)\n```\n\n## Usage\n\nUse svgnative as you would normally, this is just a repo that adds an Xcode proj.\n\n+ Objective-C++\n\n```objective-c\n#import \u003csvgnative/SVGRenderer.h\u003e\n```\n\nNote C++ module is C++20 standard and disabled for clang by default currently. Use header include instead.\n\n+ Swift\n\n```swift\nimport svgnative\n```\n\n## For C wrapper\n\nUse the `svgnative/SVGNativeCWrapper.h` instead of C++ headers.\n\n## License\n\nsvgnative is available under the [Apache License 2.0](https://github.com/adobe/svg-native-viewer/blob/main/LICENSE).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Fsvgnative-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdwebimage%2Fsvgnative-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwebimage%2Fsvgnative-xcode/lists"}