Commit e5f39009 authored by Javohir Savriy's avatar Javohir Savriy
Browse files

Update README.md

parent e56c8c6b
......@@ -22,7 +22,18 @@ The SDK supports iOS 12+. The SDK has been built on Xcode 14.1 using Swift 5.8
### 1.2 Add the SDK dependency
#### [Manual installation](MANUAL_INSTALLATION.md)
#### Using Swift Package Manager
The SDK is available with Swift Package Manager, and you can include it in your project by adding the following package
repository URL:
##### Swift
```swift
dependencies: [
.package(url: "https://gitlab.myid.uz/myid-public-code/myid-ios-sdk.git", .branch("master"))
]
```
#### Using Cocoapods
......@@ -34,6 +45,8 @@ pod 'MyIdSDK', '~> 2.3.3'
Run `pod install` to get the SDK.
#### [Manual installation](MANUAL_INSTALLATION.md)
### 1.3 Permissions
The SDK uses the device camera. You're required to have the following keys in your application's `Info.plist` file:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment