PayU SDK Lite
PayU mobile SDK for iOS. Supports: iOS 10.x and above
Adding the CocoaPods dependency
Add dependency to Podfile:
pod "PayULite"
Adding the SPM (Swift Package Manager) dependency
Add dependency to Package.swift into dependencies section:
.package(url: "https://github.com/PayU-EMEA/PayU-iOS.git", .upToNextMajor(from: "1.0.10")),Importing the SDK
import PayU_SDK_Lite