# Installation

## Requirements

iOS version <mark style="color:blue;">`14.5`</mark> or higher

## Installation

Here is how to install the Wepin iOS SDK.

### Install Wepin via `CocoaPods`

The Wepin iOS SDK can be installed via <mark style="color:blue;">`CocoaPods`</mark>. You can install it by simply adding the following line to your Podfile.

```
pod 'wepin'
```

### Modify Info file

In Xcode, you need to register URL Schemes in the Info file.

The value of URL Schemes should be your <mark style="color:blue;">`App Bundle ID + .wepin`</mark>.

<figure><img src="https://content.gitbook.com/content/sVhEIYmplGN5Zxk3tywO/blobs/d1DY1ROB3khnhDYZIH01/2023-04-13-4.11.21.png" alt=""><figcaption></figcaption></figure>

## Release

The released package versions can be found on the GitHub repository below.

{% embed url="<https://github.com/WepinWallet/wepin-ios-sdk/releases>" %}
