blob: b7babfd8b065164a6a9d7dff27d47949f96afaeb [file] [log] [blame]
{
"name": "FRProximity",
"version": "2.0.0",
"summary": "ForgeRock Auth Proximity SDK for iOS",
"description": "FRProximity is a SDK that allows you to additionally collect device information with FRDeviceCollector in FRAuth. FRProximity SDK leverages functionalities in iOS that requires user's consent. You must properly set privacy consent in the application's Info.plist.",
"homepage": "https://www.forgerock.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ForgeRock",
"source": {
"git": "https://github.com/ForgeRock/forgerock-ios-sdk.git",
"tag": "2.0.0"
},
"module_name": "FRProximity",
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "10.0"
},
"source_files": [
"FRProximity/FRProximity/**/*.swift",
"FRProximity/FRProximity/**/*.c",
"FRProximity/FRProximity/**/*.h"
],
"ios": {
"dependencies": {
"FRAuth": [
"~> 2.0.0"
]
}
},
"swift_version": "5.1"
}