You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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).
0 commit comments