iOS
How to install the Regula Face SDK.
Requirements
-
The latest stable version of Xcode
-
Minimum target: iOS 11.0
Installation
You can install the Face SDK either via CocoaPods or Swift Package Manager.
Install via CocoaPods
To add the SDK using CocoaPods, include the following line in your Podfile
file:
pod 'FaceSDK'
And then run:
pod install
Install via Swift Package Manager
You can use the Swift Package Manager to add the Face SDK to your project. In Xcode, select File -> Swift Packages -> Add Package Dependency...
and specify the public package repository URL:
https://github.com/regulaforensics/FaceSDK-Swift-Package