Before starting, the application that integrates the library must be given permissions to use biometrics, camera and internet.
To integrate the library, simply add it as a pod.
pod 'bfy'
This will download the latest available version of the library, as well as all the libraries it needs to work properly.
In the pod configuration, under Build options, set Build Libraries for distribution to YES.
Finally, the library must be imported to access the code.
import UIKit
import Bfy