blob: 21a8a673d5e4ebd085d00c0cb8274b99d1ec5db3 [file] [log] [blame]
{
"name": "FRCore",
"version": "2.0.0-beta2",
"summary": "ForgeRock Auth Proximity SDK for iOS",
"description": "FRCore is a SDK that allows you to consume some of core functionalities and security features built for FRAuth SDK.",
"homepage": "https://www.forgerock.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ForgeRock",
"source": {
"git": "https://github.com/ForgeRock/forgerock-ios-sdk.git",
"tag": "FRCore-2.0.0-beta2"
},
"module_name": "FRCore",
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "10.0"
},
"source_files": [
"FRCore/FRCore/**/*.swift",
"FRCore/FRCore/**/*.c",
"FRCore/FRCore/**/*.h"
],
"swift_version": "5.1"
}