{"id":22993695,"url":"https://github.com/binarybirds/swift-gd","last_synced_at":"2025-04-02T12:29:10.798Z","repository":{"id":265548742,"uuid":"809051730","full_name":"BinaryBirds/swift-gd","owner":"BinaryBirds","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-01T16:37:29.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T11:33:52.896Z","etag":null,"topics":[],"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/BinaryBirds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-06-01T14:50:34.000Z","updated_at":"2024-06-01T16:37:52.000Z","dependencies_parsed_at":"2024-11-29T22:06:04.621Z","dependency_job_id":null,"html_url":"https://github.com/BinaryBirds/swift-gd","commit_stats":null,"previous_names":["binarybirds/swift-gd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2Fswift-gd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2Fswift-gd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2Fswift-gd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2Fswift-gd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryBirds","download_url":"https://codeload.github.com/BinaryBirds/swift-gd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246814691,"owners_count":20838310,"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":[],"created_at":"2024-12-15T05:13:59.696Z","updated_at":"2025-04-02T12:29:10.774Z","avatar_url":"https://github.com/BinaryBirds.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftGD\n\nA Swift wrapper around the [libgd](https://github.com/libgd/libgd) graphics library.\n\n## Getting started\n\n⚠️ This repository is a work in progress, things can break until it reaches v1.0.0. \n\nUse at your own risk.\n\n### Adding the dependency\n\nTo add a dependency on the package, declare it in your `Package.swift`:\n\n```swift\n.package(url: \"https://github.com/binarybirds/swift-gd\", .upToNextMinor(from: \"0.1.0\")),\n```\n\nand to your application target, add `SwiftGD` to your dependencies:\n\n```swift\n.product(name: \"SwiftGD\", package: \"swift-gd\")\n```\n\nExample `Package.swift` file with `FeatherDatabase` as a dependency:\n\n```swift\n// swift-tools-version:5.9\nimport PackageDescription\n\nlet package = Package(\n    name: \"my-application\",\n    dependencies: [\n        .package(url: \"https://github.com/binarybirds/swift-gd\", .upToNextMinor(from: \"0.1.0\")),\n    ],\n    targets: [\n        .target(name: \"MyApplication\", dependencies: [\n            .product(name: \"SwiftGD\", package: \"swift-gd\")\n        ]),\n        .testTarget(name: \"MyApplicationTests\", dependencies: [\n            .target(name: \"MyApplication\"),\n        ]),\n    ]\n)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarybirds%2Fswift-gd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarybirds%2Fswift-gd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarybirds%2Fswift-gd/lists"}