{"id":19252222,"url":"https://github.com/bellapplab/atomicable","last_synced_at":"2025-10-07T08:22:19.397Z","repository":{"id":56902482,"uuid":"306599979","full_name":"BellAppLab/Atomicable","owner":"BellAppLab","description":"Atomic property wrappers for thread-safety and peace of mind","archived":false,"fork":false,"pushed_at":"2021-02-28T10:51:15.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T16:51:56.936Z","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/BellAppLab.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":"2020-10-23T10:14:59.000Z","updated_at":"2023-04-03T19:35:47.000Z","dependencies_parsed_at":"2022-08-20T18:20:51.297Z","dependency_job_id":null,"html_url":"https://github.com/BellAppLab/Atomicable","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BellAppLab/Atomicable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FAtomicable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FAtomicable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FAtomicable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FAtomicable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BellAppLab","download_url":"https://codeload.github.com/BellAppLab/Atomicable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BellAppLab%2FAtomicable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278741451,"owners_count":26037613,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09T18:26:01.864Z","updated_at":"2025-10-07T08:22:19.382Z","avatar_url":"https://github.com/BellAppLab.png","language":"Swift","readme":"# Atomicable [![Version](https://img.shields.io/badge/Version-1.0.0-black.svg?style=flat)](#installation) [![License](https://img.shields.io/cocoapods/l/Atomicable.svg?style=flat)](#license)\n\n[![Platforms](https://img.shields.io/badge/Platforms-iOS|tvOS|watchOS|macOS|Linux-brightgreen.svg?style=flat)](#installation)\n[![Swift support](https://img.shields.io/badge/Swift-4.2%20%7C%205.3-red.svg?style=flat)](#swift-versions-support)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Atomicable.svg?style=flat\u0026label=CocoaPods)](https://cocoapods.org/pods/Atomicable)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-orange.svg?style=flat)](https://github.com/apple/swift-package-manager)\n[![Twitter](https://img.shields.io/badge/Twitter-@BellAppLab-blue.svg?style=flat)](http://twitter.com/BellAppLab)\n\n![Atomicable](./Images/Atomicable.png)\n\nAtomicable is a handy property wrapper that makes modifying properties an atomic operation via the use of locks.\n\nAdapted from and inspired by [Mattt](https://github.com/mattgallagher/CwlUtils).\n\n## Specs\n\n* iOS 12+\n* tvOS 12+\n* watchOS 3+\n* macOS 10.12+\n* Swift 4.2+\n\n## Installation\n\n### Cocoapods\n\n```ruby\npod 'Atomicable', '~\u003e 1.0'\n```\n\nThen `import Atomicable` where needed.\n\n### Carthage\n\n```swift\ngithub \"BellAppLab/Atomicable\" ~\u003e 1.0\n```\n\nThen `import Atomicable` where needed.\n\n### Swift Package Manager\n\n```swift\ndependencies: [\n.package(url: \"https://github.com/BellAppLab/Atomicable\", from: \"1.0\")\n]\n```\n\nThen `import Atomicable` where needed.\n\n### Git Submodules\n\n```shell\ncd toYourProjectsFolder\ngit submodule add -b submodule --name Atomicable https://github.com/BellAppLab/Atomicable.git\n```\n\nThen drag the `Atomicable` folder into your Xcode project.\n\n## Author\n\nBell App Lab, apps@bellapplab.com\n\n### Credits\n\n[Logo image](https://thenounproject.com/search/?q=explosion\u0026i=933208) by [P Thanga Vignesh](https://thenounproject.com/amoghdesign/) from [The Noun Project](https://thenounproject.com/)\n\n## License\n\nAtomicable is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellapplab%2Fatomicable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbellapplab%2Fatomicable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbellapplab%2Fatomicable/lists"}