Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MYID Public Code
MyID iOS SDK
Commits
e5f39009
Commit
e5f39009
authored
Jul 29, 2024
by
Javohir Savriy
Browse files
Update README.md
parent
e56c8c6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e5f39009
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment