Skip to content

unit-finance/unit-ios-components-pod

Repository files navigation

Unit White-Label UIs SDK for iOS 🚀

Installation

Using Cocoapods

  1. Set the dependency in your Podfile as follows: pod 'UnitComponents'.
  2. Execute pod install in Terminal.

Using Swift Package Manager

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"))
]

Follow The Official Documentation

Please follow the official White-Label UIs iOS SDK documentation.