[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 8 / 1 / SmartCredentialsLibrary / 5.3.4 / SmartCredentialsLibrary.podspec.json
blob02baabf8e66019a117e46f4f343b0a191a9686ec
2   "name": "SmartCredentialsLibrary",
3   "version": "5.3.4",
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",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Deutsche Telekom AG",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/telekom/SmartCredentials-SDK-ios.git",
18     "tag": "5.3.4"
19   },
20   "exclude_files": "SmartCredentials/Authentication/AppAuth/",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "SmartCredentials/Core/Core/**/*.{h,swift}"
25     },
26     {
27       "name": "Authentication",
28       "source_files": "SmartCredentials/Authentication/Authentication/**/*.{h,swift}",
29       "dependencies": {
30         "SmartCredentialsLibrary/Core": [
32         ],
33         "AppAuth": [
35         ]
36       }
37     },
38     {
39       "name": "Authorization",
40       "source_files": "SmartCredentials/Authorization/**/*.{h,swift}",
41       "dependencies": {
42         "SmartCredentialsLibrary/Core": [
44         ]
45       }
46     },
47     {
48       "name": "CameraScanner",
49       "source_files": "SmartCredentials/CameraScanner/**/*.{h,swift,framework}",
50       "dependencies": {
51         "SmartCredentialsLibrary/Core": [
53         ],
54         "TesseractOCRiOS": [
56         ]
57       }
58     },
59     {
60       "name": "Encryption",
61       "source_files": "SmartCredentials/Encryption/**/*.{h,swift}",
62       "dependencies": {
63         "SmartCredentialsLibrary/Core": [
65         ]
66       }
67     },
68     {
69       "name": "Networking",
70       "source_files": "SmartCredentials/Networking/**/*.{h,m,swift}",
71       "dependencies": {
72         "SmartCredentialsLibrary/Core": [
74         ]
75       }
76     },
77     {
78       "name": "OTP",
79       "source_files": "SmartCredentials/OTP/**/*.swift",
80       "dependencies": {
81         "SmartCredentialsLibrary/Core": [
83         ],
84         "SmartCredentialsLibrary/CameraScanner": [
86         ],
87         "SmartCredentialsLibrary/Storage": [
89         ]
90       }
91     },
92     {
93       "name": "QRLogin",
94       "source_files": "SmartCredentials/QRLogin/**/*.{h,swift,framework}",
95       "dependencies": {
96         "SmartCredentialsLibrary/Core": [
98         ],
99         "SmartCredentialsLibrary/Authorization": [
101         ],
102         "Starscream": [
104         ]
105       }
106     },
107     {
108       "name": "Storage",
109       "source_files": "SmartCredentials/Storage/Storage/**/*.{h,swift,xcdatamodeld}",
110       "dependencies": {
111         "SmartCredentialsLibrary/Core": [
113         ]
114       },
115       "resource_bundles": {
116         "CredentialsModel": [
117           "SmartCredentials/**/*.xcdatamodeld"
118         ]
119       },
120       "resources": "SmartCredentials/**/*.xcdatamodeld"
121     }
122   ],
123   "swift_version": "5.0"