# Installation Guide

### Minimum Requirements

* iOS Version: 13.0+
* Swift Version: 5+
* Xcode Version: 16 or higher
* Camera access is mandatory.

### Installation

If using CocoaPods:

```swift
pod 'VIDVDocKit', '$Latest Version'
```

{% hint style="info" %}
Note: Latest Version: 1.3.0
{% endhint %}

### Permissions

Update your Info.plist with the following:

```swift
<key>NSCameraUsageDescription</key>
<string>This app requires camera access to scan documents.</string>

// if setCollectUserInfo enabled
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs your location while using the app to enhance functionality.</string>
```
