iOS
How to install the Regula Face SDK in iOS.
Requirements
-
The latest stable version of Xcode
-
Minimum target: iOS 11.0
Installation
Note that the SDK includes the essential Core framework that should be added to all projects.
CocoaPods
To add the SDK using CocoaPods, include the following line in your Podfile
file:
pod 'FaceSDK'
pod 'FaceCoreSDK'
And then run:
pod install
Manual Integration
1. Download the latest API framework.
2. Download the latest Common framework.
3. Download the Core framework.
4. Build and run the project.
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