Swift Package Manager distribution of HyperKYC SDK for iOS.
-
Open your Xcode project.
-
Go to: File > Add Packages...
-
Enter the package URL: https://github.com/hyperverge/hyperkyc-spm.git
-
Choose the version (e.g.,
0.49.0
) and add it to your app target.
Once integrated, import and use the SDK in your Swift code:
import HyperKYC
// Your HyperKYC implementation here
This repo is a Swift Package Manager distribution wrapper for HyperKYC SDK.
For CocoaPods integration, refer to the main HyperKYC SDK repo.