Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.57 KB

File metadata and controls

42 lines (28 loc) · 1.57 KB

composable-architecture-extensions

SwiftPM 5.6 Platforms @maximkrouk

NOTE: The package is early beta (feel free suggest your improvements here)

Old main is on deprecated/main branch now

Basic

You can add ComposableExtensions to an Xcode project by adding it as a package dependency.

  1. From the File menu, select Swift Packages › Add Package Dependency…
  2. Enter "https://github.com/capturecontext/composable-architecture-extensions.git" into the package repository URL text field
  3. Choose products you need to link them to your project.

Recommended

If you use SwiftPM for your project, you can add ComposableExtensions to your package file.

.package(
  name: "swift-standard-clients",
  url: "https://github.com/capturecontext/composable-architecture-extensions.git", 
  .branch("0.1.0")
)

Do not forget about target dependencies:

.product(
  name: "ComposableExtensions", 
  package: "composable-architecture-extensions"
)

License

This library is released under the MIT license. See LICENSE for details.