Skip to content

Commit 51d1cc9

Browse files
Update README.md
1 parent 345a1db commit 51d1cc9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
> **Warning**
2+
>
3+
> **Starting June 2022, this repository is no longer being maintained.** The iProov iOS API Client is now made available directly as part of the [iProov iOS Biometrics SDK](https://github.com/iProov/ios).
4+
>
5+
> You should upgrade your Podfile from:
6+
>
7+
> ```
8+
> pod 'iProovAPIClient', :git => 'https://github.com/iProov/ios-api-client.git'
9+
> ```
10+
>
11+
> to:
12+
>
13+
> ```
14+
> pod 'iProovAPIClient', :podspec => 'https://raw.githubusercontent.com/iProov/ios/master/iProovAPIClient/iProovAPIClient.podspec'
15+
> ```
16+
>
17+
> For further details, see the [Upgrade Guide for SDK v9.4](https://github.com/iProov/ios/wiki/Upgrade-Guide#api-client).
18+
19+
---
20+
121
# iProov iOS API Client
222
323
## Introduction

0 commit comments

Comments
 (0)