{"id":13466048,"url":"https://github.com/endocrimes/Latch","last_synced_at":"2025-03-25T21:31:11.453Z","repository":{"id":56919615,"uuid":"41827336","full_name":"endocrimes/Latch","owner":"endocrimes","description":"A simple Swift Keychain Wrapper for iOS, watchOS, and OS X.","archived":false,"fork":false,"pushed_at":"2019-11-11T15:39:03.000Z","size":222,"stargazers_count":57,"open_issues_count":1,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-22T13:01:55.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://danieltomlinson.github.io/Latch","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/endocrimes.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":"2015-09-02T20:56:08.000Z","updated_at":"2023-10-31T08:17:17.000Z","dependencies_parsed_at":"2022-08-21T04:50:32.459Z","dependency_job_id":null,"html_url":"https://github.com/endocrimes/Latch","commit_stats":null,"previous_names":["dantoml/latch"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2FLatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2FLatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2FLatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endocrimes%2FLatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endocrimes","download_url":"https://codeload.github.com/endocrimes/Latch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221823253,"owners_count":16886590,"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-07-31T15:00:38.507Z","updated_at":"2024-10-29T18:30:46.909Z","avatar_url":"https://github.com/endocrimes.png","language":"Swift","funding_links":[],"categories":["Libs","Security [🔝](#readme)"],"sub_categories":["Security"],"readme":"# Latch\nA simple Swift 2.0 Keychain Wrapper for iOS, watchOS 2, and OS X.\n\n# Usage\nA proper example of how to use Latch can be seen in the [tests](https://github.com/endocrimes/Latch/blob/master/LatchTests/LatchTests.swift).\n\n```swift\nimport Latch\n\nlet latch = Latch(service: \"co.rocketapps.latch.example\")\nlatch.setObject(\"super_secret_token\", forKey: \"FBAccessToken\")\n\nlet token = latch.stringForKey(\"FBAccessToken\")\n\nprint(token)\n```\n\n# Documentation\nYou can find full documentation for Latch [here](https://endocrimes.github.io/Latch), or use the inline documentation.\n\n# Installation\nLatch can be installed using [CocoaPods](https://cocoapods.org), [Carthage](https://github.com/Carthage/Carthage.git), or git submodules.\n\n## CocoaPods\n1. Add `pod \"Latch\"` to your podfile\n2. Run `pod install`\n\n## Carthage\n1. Add `github \"endocrimes/Latch\"` to your Cartfile\n2. `$ carthage update`\n3. Copy the frameworks into your Xcode project\n\n## Git Submodules\n1. `$ git submodule add https://github.com/endocrimes/Latch.git`\n2. `$ git submodule update --init --recursive`\n3. Add the project\n\n# Contributing\n\n## Issues\nIssues and feature requests are welcome, although the intention is to keep Latch lightweight.\n\n## Submitting Pull Requests\n1. Fork it ( http://github.com/endocrimes/Latch/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendocrimes%2FLatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendocrimes%2FLatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendocrimes%2FLatch/lists"}