Bump SwiftLint to 0.52.2 (#260)
This is the core of SwiftBeanCount, the model and the logic of the ledger.
Please check out the complete documentation of this library here.
The library supports the Swift Package Manger, so simply add a dependency in your Package.swift:
Package.swift
.package(url: "https://github.com/Nef10/SwiftBeanCountModel.git", .exact("X.Y.Z")),
Note: as per semantic versioning all versions changes < 1.0.0 can be breaking, so please use .exact for now
.exact
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SwiftBeanCountModel
This project is part for SwiftBeanCount, please check out the main documentation here.
What
This is the core of SwiftBeanCount, the model and the logic of the ledger.
How
Please check out the complete documentation of this library here.
Usage
The library supports the Swift Package Manger, so simply add a dependency in your
Package.swift
:Note: as per semantic versioning all versions changes < 1.0.0 can be breaking, so please use
.exact
for now