Install
Installation for FNCY Wallet SDK via Cocoapods or the Swift Package Manager (SPM).
Install with Cocoapods
Add FncyWallet to your Podfileas shown below.
#Podfile
use_frameworks!
platform :ios, '14.0'
target 'YOUR_TARGET_NAME' do
pod 'FncyWallet'
endRun a terminal in the same path as the modified Podfile, then runpod install.
$ pod installInstall with Swift Package Manager(SPM)
Under [Project] - [Package Dependencies], search for the "Repository path" below to add the package.
Name
Repository Library
Fncy Wallet SDK for iOS