# Install

## Install with Cocoapods

Add FncyWallet to your `Podfile`as shown below.

{% code lineNumbers="true" %}

```ruby
#Podfile
use_frameworks!

platform :ios, '14.0'

target 'YOUR_TARGET_NAME' do
   pod 'FncyWallet'
   
end
```

{% endcode %}

Run a terminal in the same path as the modified `Podfile,` then run`pod install.`

```bash
$ pod install
```

## Install with Swift Package Manager(SPM)

Under \[Project] - \[Package Dependencies], search for the "Repository path" below to add the package.

<table><thead><tr><th width="250">Name</th><th>Repository Library</th></tr></thead><tbody><tr><td>Fncy Wallet SDK for iOS</td><td><a href="https://github.com/FNCYchain/fncy-wallet-ios-sdk">https://github.com/FNCYchain/fncy-wallet-ios-sdk</a></td></tr></tbody></table>
