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",
20 "exclude_files": "SmartCredentials/Authentication/AppAuth/",
24 "source_files": "SmartCredentials/Core/Core/**/*.{h,swift}"
27 "name": "Authentication",
28 "source_files": "SmartCredentials/Authentication/Authentication/**/*.{h,swift}",
30 "SmartCredentialsLibrary/Core": [
39 "name": "Authorization",
40 "source_files": "SmartCredentials/Authorization/**/*.{h,swift}",
42 "SmartCredentialsLibrary/Core": [
48 "name": "CameraScanner",
49 "source_files": "SmartCredentials/CameraScanner/**/*.{h,swift,framework}",
51 "SmartCredentialsLibrary/Core": [
61 "source_files": "SmartCredentials/Encryption/**/*.{h,swift}",
63 "SmartCredentialsLibrary/Core": [
70 "source_files": "SmartCredentials/Networking/**/*.{h,m,swift}",
72 "SmartCredentialsLibrary/Core": [
79 "source_files": "SmartCredentials/OTP/**/*.swift",
81 "SmartCredentialsLibrary/Core": [
84 "SmartCredentialsLibrary/CameraScanner": [
87 "SmartCredentialsLibrary/Storage": [
94 "source_files": "SmartCredentials/QRLogin/**/*.{h,swift,framework}",
96 "SmartCredentialsLibrary/Core": [
99 "SmartCredentialsLibrary/Authorization": [
109 "source_files": "SmartCredentials/Storage/Storage/**/*.{h,swift,xcdatamodeld}",
111 "SmartCredentialsLibrary/Core": [
115 "resource_bundles": {
116 "CredentialsModel": [
117 "SmartCredentials/**/*.xcdatamodeld"
120 "resources": "SmartCredentials/**/*.xcdatamodeld"
123 "swift_version": "5.0"