blob: 791a044a17af392f9fd54b4e6f21e1fa35548736 [file] [log] [blame]
{
"name": "FRUI",
"version": "0.2.1-beta",
"summary": "ForgeRock Auth Proximity SDK for iOS",
"description": "FRUI is a SDK that allows you easily and quickly develop an application with ForgeRock Platform or ForgeRock Identity Cloud, and FRAuth SDK with pre-built UI components. FRUI SDK demonstrates most of functionalities available in FRAuth SDK which includes user authentication, registration, and identity and access management against ForgeRock solutions.",
"homepage": "https://www.forgerock.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ForgeRock",
"source": {
"git": "https://github.com/ForgeRock/forgerock-ios-sdk.git",
"tag": "FRUI-0.2.1-beta"
},
"module_name": "FRUI",
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "10.0"
},
"source_files": [
"FRUI/FRUI/**/*.swift",
"FRUI/FRUI/**/*.c",
"FRUI/FRUI/**/*.h"
],
"resources": [
"FRUI/FRUI/**/*.{xib, png}"
],
"ios": {
"dependencies": {
"FRAuth": [
"~> 0.2.1-beta"
]
}
},
"swift_version": "5.1"
}