Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 656 Bytes

ReadMe.md

File metadata and controls

14 lines (6 loc) · 656 Bytes

Lasso Swift Package Manager Sample

This is a sample standalone iOS app that uses Swift Package Manager to bring in Lasso and LassoTestUtilities as dependencies. This sample app contains a very simple Flow with two Screens - along with unit tests:

Untitled

The simplest way to add Lasso to your project is through Xcode's File -> Swift Packages -> Add Package Dependency... menu. Enter https://github.com/ww-tech/lasso.git for the package URL.

One thing you might need to manually add is the LassoTestUtilities dependency to your test target:

dependencies