Atomicable 1.0.0

Atomicable 1.0.0

Bell App Lab维护。




Atomicable Version License

Platforms Swift support CocoaPods Compatible Carthage compatible Swift Package Manager compatible Twitter

Atomicable

Atomicable是一个方便的属性包装器,通过锁的使用使属性修改成为一个原子操作。

改编自并受到Mattt的启发。

Specs

  • iOS 12+
  • tvOS 12+
  • watchOS 3+
  • macOS 10.12+
  • Swift 4.2+

安装

Cocoapods

pod 'Atomicable', '~> 1.0'

然后在需要的地方导入import Atomicable

Carthage

github "BellAppLab/Atomicable" ~> 1.0

然后在需要的地方导入import Atomicable

Swift 包管理器

dependencies: [
.package(url: "https://github.com/BellAppLab/Atomicable", from: "1.0")
]

然后在需要的地方导入import Atomicable

Git 子模块

cd toYourProjectsFolder
git submodule add -b submodule --name Atomicable https://github.com/BellAppLab/Atomicable.git

然后,将 Atomicable 文件夹拖入您的 Xcode 项目中。

作者

Bell App Lab,电子邮件:[email protected]

致谢

标志图像P Thanga VigneshNoun Project 提供 отличный сервис

授权条款

Atomicable 受 MIT 许可。有关更多信息,请参阅 LICENSE 文件。