# \[Under Development] Getting Started

{% hint style="warning" %}
Our SDK is currently under review. Check back later for updates.
{% endhint %}

AcquirIO SDK provides you with many helpful methods to build the chat and audio/video chat from the client-side.

This page presents a quick overview of the SDK’s functionalities and logic, then lets you go through the easy steps of implementing AcquirIO SDK in your own app.

### Requirements

* iOS 13.0+
* XCode 12.5+

### Build variants

We are providing two types of build variants :

1. **Core** - Fully featured including Audio/Video calling. [See Integration](https://developer.acquire.io/sdk/ios/sdk-setup-guide/integration-guide-core)
2. **Lite** - All features excluding Audio/Video Calling. [See Integration](https://developer.acquire.io/sdk/ios/sdk-setup-guide/integration-guide-lite)

{% hint style="info" %}
So if you don't require calling feature, you can use **lite** version to reduce the app size.
{% endhint %}

You can use our native SDK in your project using [Cocoapods](https://developer.acquire.io/sdk/ios/sdk-setup-guide/integration-guide-core).
