# 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="/files/kf612gbmOUPOaXodUNbI" 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>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wepin.io/en/deprecated/ios-swift-sdk/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
