Merge pull request #6 from minikin/minikin-patch-1 Update README.md
Merge pull request #6 from minikin/minikin-patch-1
Update README.md
A predictable state management library that implement the BLoC design pattern in Swift for SwiftUI.
Bloc is available through SwiftPM.
If you want to use Bloc in a project, it’s as simple as adding a dependencies clause to your Package.swift:
dependencies: [ .package(url: "https://github.com/minikin/bloc.git", from: "0.1.0") ]
WIP
Bloc is available under the MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
WIP: BLoC
A predictable state management library that implement the BLoC design pattern in Swift for SwiftUI.
Contents
📋 Requirements
🎉 Installation
Bloc is available through SwiftPM.
If you want to use Bloc in a project, it’s as simple as adding a dependencies clause to your Package.swift:
📖 Example
WIP
📄 License
Bloc is available under the MIT license. See the LICENSE file for more info.