Install
Installation for FNCY Wallet SDK via Cocoapods or the Swift Package Manager (SPM).
Install with Cocoapods
Add FncyWallet to your Podfile
as shown below.
#Podfile
use_frameworks!
platform :ios, '14.0'
target 'YOUR_TARGET_NAME' do
pod 'FncyWallet'
end
Run a terminal in the same path as the modified Podfile,
then runpod install.
$ pod install
Install 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