{"id":19410472,"url":"https://github.com/rafaelesantos/refds-core-data","last_synced_at":"2026-01-30T09:11:52.307Z","repository":{"id":195859419,"uuid":"693824785","full_name":"rafaelesantos/refds-core-data","owner":"rafaelesantos","description":"RefdsCoreData is a Swift library that simplifies the integration of Core Data into your projects using Swift Package Manager (SPM). With just a few lines of code, you can start using Core Data in your application quickly and efficiently.","archived":false,"fork":false,"pushed_at":"2024-10-06T19:57:08.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T11:06:36.507Z","etag":null,"topics":["core-data","refds-shared","swift","swift-package-manager"],"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/rafaelesantos.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,"zenodo":null}},"created_at":"2023-09-19T19:38:09.000Z","updated_at":"2024-10-06T19:57:11.000Z","dependencies_parsed_at":"2023-09-19T22:35:35.073Z","dependency_job_id":"b68813b6-051b-4dac-bbea-f97a43e0b42d","html_url":"https://github.com/rafaelesantos/refds-core-data","commit_stats":null,"previous_names":["rafaelesantos/refds-core-data"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafaelesantos/refds-core-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelesantos%2Frefds-core-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelesantos%2Frefds-core-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelesantos%2Frefds-core-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelesantos%2Frefds-core-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelesantos","download_url":"https://codeload.github.com/rafaelesantos/refds-core-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelesantos%2Frefds-core-data/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260221329,"owners_count":22976859,"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":["core-data","refds-shared","swift","swift-package-manager"],"created_at":"2024-11-10T12:16:52.534Z","updated_at":"2026-01-30T09:11:51.855Z","avatar_url":"https://github.com/rafaelesantos.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Refds Core Data\n\n[![CI](https://github.com/rafaelesantos/refds-core-data/actions/workflows/swift.yml/badge.svg)](https://github.com/rafaelesantos/refds-core-data/actions/workflows/swift.yml)\n\nRefdsCoreData is a Swift library that simplifies the integration of Core Data into your projects using Swift Package Manager (SPM). With just a few lines of code, you can start using Core Data in your application quickly and efficiently.\n\n## Installation\n\nAdd this project to your `Package.swift` file.\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n    dependencies: [\n        .package(url: \"https://github.com/rafaelesantos/refds-core-data.git\", branch: \"main\")\n    ],\n    targets: [\n        .target(\n            name: \"YourProject\",\n            dependencies: [\n                .product(\n                    name: \"RefdsUI\",\n                    package: \"refds-core-data\"),\n            ]),\n    ]\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelesantos%2Frefds-core-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelesantos%2Frefds-core-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelesantos%2Frefds-core-data/lists"}