blob: 2a3958608e1ee7a7499681d18b324735aceb381b [file] [log] [blame]
{
"name": "SmartCredentialsLibrary",
"version": "5.3.0",
"summary": "Smart Credentials is a library with multiple generic functionalities, like secure storage, authorization, camera scanners and more.",
"description": "Smart Credentials is a library with multiple generic functionalities. The focus is on having components that are not application-specific, so that they can be easily integrated into multiple applications.\nThe main feature of the library is the secure storage. The library itself is data type – agnostic and can handle both sensitive and plain user data. Based on the data definition, the library has internal mechanisms to retrieve/store content or manipulate data pieces.\nOther features include QR-based login, barcode reader, OCR reader/parser, OTP generator, fingerprint/pin/pattern/faceId authorization.",
"homepage": "https://github.com/kreincke/SmartCredentials-SDK-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Deutsche Telekom AG",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/kreincke/SmartCredentials-SDK-ios.git",
"tag": "5.3.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "SmartCredentials/Core/Core/**/*.{h, swift}"
}
],
"swift_version": "5.0"
}