blob: 178690e17c131d93cc25cf19d414eb525b686560 [file] [log] [blame]
{
"name": "FRUI",
"version": "1.0.2",
"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-1.0.2"
},
"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, xcassets}",
"FRUI/FRUI/Assets/*.{png, xcassets}"
],
"ios": {
"dependencies": {
"FRAuth": [
"~> 1.0.2"
]
}
},
"swift_version": "5.1"
}