> For the complete documentation index, see [llms.txt](https://docs.wepin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wepin.io/deprecated/ios-swift-sdk/installation.md).

# 설치

## 요구사항

iOS 버전 <mark style="color:blue;">14.5</mark> 이상&#x20;

## 설치하기

Wepin iOS SDK 를 설치하는 방법을 설명합니다.&#x20;

### CocoaPods에서  Wepin설치하기

Wepin iOS SDK 는 [CocoaPods](https://cocoapods.org/)를 통해서 설치 가능합니다. Podfile 에 아래와 같이 한 줄을 추가하면 설치할 수 있습니다.&#x20;

```
pod 'wepin'
```

### Info 파일 수정하기

&#x20;Xcode에서 앱의 Info파일에 URL Schemes를 등록해야 합니다.

URL Schemes의 값은 <mark style="color:blue;">`앱의 Bundle ID + .wepin`</mark> 으로 해야 합니다.&#x20;

{% hint style="danger" %}
앱의  Bundle ID 에 '+', '-', '.' 이외의 다른 특수 문자는 포함하지 않습니다.  \
(참고: <https://datatracker.ietf.org/doc/html/rfc2396>)
{% endhint %}

<figure><img src="/files/kf612gbmOUPOaXodUNbI" alt=""><figcaption></figcaption></figure>

## 릴리즈&#x20;

릴리즈된 패키지 버전은 아래 깃허브에서 확인 가능합니다.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
