How to import Flower iOS SDK to my project?

Flower iOS SDK is available through Swift Package Manager (SPM) only. To import Flower in your Xcode project using SPM:

  1. Go to File > Add Package Dependencies…

  2. Enter Flower iOS SDK package URL: https://github.com/adap/flower-swift.git

  3. Follow the prompts to add Flower iOS SDK to your project.

You can now import Flower iOS SDK in your Swift files and use it in your code.

1 Like