blob: a7f5cba905c0bf1fb879c2030d9f83276feba45a [file] [log] [blame]
{
"name": "FRAuthenticator",
"version": "0.0.1-beta1",
"summary": "ForgeRock OTP/Push Authentication SDK for iOS",
"description": "FRAuthenticator is a SDK that allows you easily and quickly develop an application with ForgeRock Platform for OATH and Push Authentication with AM. FRAuthenticator SDK provides interfaces and functionalities of HMAC-based OTP, Time-based OTP, Push Registration and Authentication with AM.",
"homepage": "https://www.forgerock.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ForgeRock",
"source": {
"git": "https://github.com/ForgeRock/forgerock-ios-sdk.git",
"tag": "FRAuthenticator-0.0.1-beta1"
},
"module_name": "FRAuthenticator",
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "10.0"
},
"source_files": [
"FRAuthenticator/FRAuthenticator/**/*.swift",
"FRAuthenticator/FRAuthenticator/**/*.c",
"FRAuthenticator/FRAuthenticator/**/*.h"
],
"ios": {
"dependencies": {
"FRCore": [
"~> 2.0.0-beta1"
]
}
},
"swift_version": "5.1"
}