{"id":20270658,"url":"https://github.com/bithavoc/codablelocal","last_synced_at":"2026-04-29T21:06:59.191Z","repository":{"id":56906212,"uuid":"219173456","full_name":"bithavoc/CodableLocal","owner":"bithavoc","description":"Extend UserDefaults to set and get methods that work with any Codable(Encodable \u0026 Decodable) conforming types","archived":false,"fork":false,"pushed_at":"2019-11-02T15:49:32.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T23:12:25.568Z","etag":null,"topics":["codable","extensions","ios","json","local","macos","persistence","swift","user-defaults"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/bithavoc.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}},"created_at":"2019-11-02T15:29:09.000Z","updated_at":"2019-11-02T15:48:54.000Z","dependencies_parsed_at":"2022-08-21T03:20:45.380Z","dependency_job_id":null,"html_url":"https://github.com/bithavoc/CodableLocal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bithavoc/CodableLocal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithavoc%2FCodableLocal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithavoc%2FCodableLocal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithavoc%2FCodableLocal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithavoc%2FCodableLocal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bithavoc","download_url":"https://codeload.github.com/bithavoc/CodableLocal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithavoc%2FCodableLocal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260536746,"owners_count":23024448,"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":["codable","extensions","ios","json","local","macos","persistence","swift","user-defaults"],"created_at":"2024-11-14T12:32:20.408Z","updated_at":"2026-04-29T21:06:59.160Z","avatar_url":"https://github.com/bithavoc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodableLocal\n\n[![Version](https://img.shields.io/cocoapods/v/CodableLocal.svg?style=flat)](https://cocoapods.org/pods/CodableLocal)\n[![License](https://img.shields.io/cocoapods/l/CodableLocal.svg?style=flat)](https://cocoapods.org/pods/CodableLocal)\n[![Platform](https://img.shields.io/cocoapods/p/CodableLocal.svg?style=flat)](https://cocoapods.org/pods/CodableLocal)\n\n## Example\n\n### `UserDefaults+Codable`\n\n```swift\nstruct UserInfo : Codable {\n  let userId: String\n}\n\n...\n\nlet defaults = UserDefaults.standard\ntry defaults.set(object: UserInfo(userId: \"id1\"), forKey: \"current-user\")\nlet info = try defaults.get(objectType: UserInfo.self, forKey: \"current-user\")\n```\n\n## Requirements\n\n* Swift 5 or above\n\n## Installation\n\nCodableLocal is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'CodableLocal'\n```\n\n## Author\n\nbithavoc, im@bithavoc.io\n\n## License\n\nCodableLocal is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbithavoc%2Fcodablelocal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbithavoc%2Fcodablelocal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbithavoc%2Fcodablelocal/lists"}