blob: e822aaeacb926a16a93015600a4ada66201050e4 [file] [log] [blame]
{
"name": "FRCore",
"version": "2.0.0-alpha1",
"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-alpha1"
},
"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"
}