Installation
You can import it as Swift Package in Xcode:
- Select xcodeproj
- Go to File -> Swift Packages -> Add Package Dependency
- Use git@github.com:Privo/privo3-ios-sdk.git as repo URL
- Select master branch as a source
Alternativly you can import it in Package.swift file:
Add this code to the dependencies value of your Package.swift:
dependencies: [
.package(url: "git@github.com:Privo/privo3-ios-sdk.git", .branch("master"))
]