blob: 7b5eaebdc9f9902ce79371faf6d2c2c3cab618fd [file] [log] [blame]
{
"name": "FRUI",
"version": "0.1.3-beta",
"summary": "ForgeRock Auth UI 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.md"
},
"authors": "ForgeRock",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"module_name": "FRUI",
"source": {
"http": "https://github.com/ForgeCloud/Cocoapods/blob/develop/FRUI/0.1.3-beta/FRUI.zip?raw=true"
},
"ios": {
"dependencies": {
"FRAuth": [
"~> 0.1.3-beta"
]
}
},
"vendored_frameworks": "FRUI.framework",
"swift_version": "5.0"
}