- Set the dependency in your Podfile as follows:
pod 'UnitComponents'
. - Execute
pod install
in Terminal.
Once you have your Swift package set up, adding UnitComponents as a dependency is as easy as adding it to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/unit-finance/unit-ios-components-pod", .upToNextMajor(from: "1.0.0"))
]
Please follow the official White-Label UIs iOS SDK documentation.