TrustlySDK
Example App
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
- iOS 12 or higher
Installation
Cocoapods
TrustlySDK is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'TrustlySDK'
For development and test reasons, you can install the pod from a branch in github:
pod 'TrustlySDK', :git => 'https://github.com/TrustlyInc/trustly-ios.git', :branch => '<BRANCH_NAME>'
Swift Package Manager - SPM
TrustlySDK is available through [Swift Package Manager](https://cocoapods.org). To install it, simply click on File -> Add packages -> Search or Enter Package URL, paste the github url about this package `https://github.com/TrustlyInc/trustly-ios.git`:
For production reason choose the main
branch, but for test or validation choose the branch described in the release version table.
Usage
To quickly get up and running with this SDK see the iOS Quickstart in the Trustly Developer Documentation.
Versions
VERSION | DESCRIPTION | BRANCH |
---|---|---|
3.0.0 | Add cocoapods, and swift package manager support | main |
License
TrustlySDK is available under the MIT license. See the LICENSE file for more info.