XPtrSwift 是一个简单、轻量、迅速的加密/解密算法,具备 O(1) 级读写性能。
您可以使用 Swift Package Manager 将 XPtrSwift 集成到您的 Xcode 项目中:
- 在 Xcode 中,选择 "File" -> Swift Packages" -> ""Add Package Dependency..."
- 输入此 URL:https://github.com/wuyu2015/XPtrSwift
- 按照提示完成集成过程。
.package(url: "https://github.com/wuyu2015/XPtrSwift", from: "1.0.0")
MIT License
XPtrSwift is a simple, lightweight, and fast encryption/decryption algorithm with O(1) read/write performance.
You can integrate XPtrSwift into your Xcode project using Swift Package Manager:
- In Xcode, select "File" -> "Swift Packages" -> "Add Package Dependency..."
- Enter the URL of this repository: https://github.com/wuyu2015/XPtrSwift
- Follow the prompts to complete the integration process.
.package(url: "https://github.com/wuyu2015/XPtrSwift.git", from: "1.0.0")
MIT License