- File > Swift Packages > Add Package Dependency
- Add
https://github.com/InstaRobot/EasyCryptor.git
OR
Update dependencies in Package.swift
dependencies: [
.package(url: "https://github.com/InstaRobot/EasyCryptor.git", .upToNextMajor(from: "1.0.0"))
]import EasyCryptor
Here is how to use this library, refer to the examples in the module's unit tests.