{"id":18360604,"url":"https://github.com/samasaur1/protocolkit","last_synced_at":"2025-04-10T03:36:47.117Z","repository":{"id":63920458,"uuid":"151491441","full_name":"Samasaur1/ProtocolKit","owner":"Samasaur1","description":"A collection of Swift protocols that I use in all my projects","archived":false,"fork":false,"pushed_at":"2018-10-07T14:31:07.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T01:48:07.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/Samasaur1.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}},"created_at":"2018-10-03T23:01:13.000Z","updated_at":"2018-10-07T14:31:08.000Z","dependencies_parsed_at":"2023-01-14T14:00:37.386Z","dependency_job_id":null,"html_url":"https://github.com/Samasaur1/ProtocolKit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2FProtocolKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2FProtocolKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2FProtocolKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samasaur1%2FProtocolKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samasaur1","download_url":"https://codeload.github.com/Samasaur1/ProtocolKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248153601,"owners_count":21056465,"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-11-05T22:29:05.379Z","updated_at":"2025-04-10T03:36:47.089Z","avatar_url":"https://github.com/Samasaur1.png","language":"Swift","readme":"# ProtocolKit\n\nA collection of Swift protocols that define common basic functionality. The current list includes:\n\n## Copiable\n### Declaration:\n```swift\npublic protocol Copiable {\n    associatedtype ReturnType = Self\n    func copy() -\u003e ReturnType\n}\n```\n### Requirements:\nImplement the `copy()` function. This function should return the type of the implementing object (e.g. the `copy()` method of `SomeClass` returns a `SomeClass` instance).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamasaur1%2Fprotocolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamasaur1%2Fprotocolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamasaur1%2Fprotocolkit/lists"}