# 설치

## Cocoapods로 설치

아래와 같이 `Podfile`에 FncyWallet을 추가합니다.

{% code lineNumbers="true" %}

```ruby
#Podfile
use_frameworks!

platform :ios, '14.0'

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

{% endcode %}

수정한 `Podfile`과 동일한 경로에서 터미널을 실행시킨 후, `pod install`을 실행합니다.

```bash
$ pod install
```

## Swift Package Manager(SPM)로 설치

\[Project] - \[Package Dependencies] 에서 아래 "Repository 경로"로 검색하여 패키지를 추가합니다.

<table><thead><tr><th width="250">이름</th><th>Repository 경로</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>
