2 "name": "SmartCredentialsLibrary",
4 "summary": "Smart Credentials is a library with multiple generic functionalities, like secure storage, authorization, camera scanners and more.",
5 "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.",
6 "homepage": "https://github.com/telekom/SmartCredentials-SDK-ios.git",
8 "type": "Apache License, Version 2.0",
11 "authors": "Deutsche Telekom AG",
15 "swift_versions": "5.0",
17 "git": "https://github.com/telekom/SmartCredentials-SDK-ios.git",
21 "SmartCredentials/Authentication/AppAuth/"
26 "source_files": "SmartCredentials/Core/Core/**/*.{h,swift}"
29 "name": "Authentication",
30 "source_files": "SmartCredentials/Authentication/Authentication/**/*.{h,swift}",
32 "SmartCredentialsLibrary/Core": [
41 "name": "Authorization",
42 "source_files": "SmartCredentials/Authorization/**/*.{h,swift}",
44 "SmartCredentialsLibrary/Core": [
50 "name": "CameraScanner",
51 "source_files": "SmartCredentials/CameraScanner/**/*.{h,swift,framework}",
53 "SmartCredentialsLibrary/Core": [
63 "source_files": "SmartCredentials/Encryption/**/*.{h,swift}",
65 "SmartCredentialsLibrary/Core": [
72 "source_files": "SmartCredentials/Networking/**/*.{h,m,swift}",
74 "SmartCredentialsLibrary/Core": [
81 "source_files": "SmartCredentials/OTP/**/*.swift",
83 "SmartCredentialsLibrary/Core": [
86 "SmartCredentialsLibrary/CameraScanner": [
89 "SmartCredentialsLibrary/Storage": [
96 "source_files": "SmartCredentials/QRLogin/**/*.{h,swift,framework}",
98 "SmartCredentialsLibrary/Core": [
101 "SmartCredentialsLibrary/Authorization": [
111 "source_files": "SmartCredentials/Storage/Storage/**/*.{h,swift,xcdatamodeld}",
113 "SmartCredentialsLibrary/Core": [
117 "resource_bundles": {
118 "SmartCredentialsLibrary": [
119 "SmartCredentials/**/*.xcdatamodeld"
122 "resources": "SmartCredentials/**/*.xcdatamodeld"
125 "swift_version": "5.0"