Installation
The SDK is supported on devices running iOS 14 or higher.
Ottu is available via CocoaPods. To install it, the following line must be added to the Podfile:
pod 'ottu_checkout_sdk', :git => 'https://github.com/ottuco/ottu-ios.git', :tag => '2.1.6'pod 'ottu_checkout_sdk', :git => 'https://github.com/ottuco/ottu-ios'The Swift Package Manager (SPM) is a tool designed for automating the distribution of Swift code and is integrated into the Swift compiler.
Once the Swift package has been set up, adding Alamofire as a dependency requires simply including it in the dependencies value of the Package.swift file.
dependencies: [
.package(url: "https://github.com/ottuco/ottu-ios.git", from: "2.1.6")
]Last updated